Creating Dataset
Using Python SDK
Learn how to create a dataset using the Python SDK.
Installation
First, install the Future AGI Python client:
Creating Datasets
1. Initialize the Client
2. Create Empty Dataset
3. Create Dataset from File
Supported file formats: CSV, Excel (.xlsx, .xls), JSON, and JSONL.
4. Create Dataset from Hugging Face
Working with Datasets using name
Download Dataset using name
Data Types
When working with datasets, the SDK automatically detects and supports multiple data types for columns by analyzing the provided data.
- Text
- Boolean
- Integer
- Float
- JSON
- Array
- Image
- Datetime