Creating a dataset
Via Python SDK
You can use our Python SDK to create a dataset in Athina.
You can create a dataset and add rows programmatically using our Python SDK.
If you are using any other language, then you can do so through some simple API requests.
Create Dataset via SDK
1. Install the athina
package
2. Set your API keys
If you are using the python SDK, then can set the API keys like this:
3. Create a dataset and log it to athina
The name of the dataset must be unique, otherwise the request will throw an exception.
4. Add rows to the dataset
You can also find the dataset_id
from the URL when you open the dataset
through https://app.athina.ai/develop.
Currently, a dataset can have a maximum of 1000 rows. If the number of rows > 1000, the API will return an exception with status code 400.