SDK Initialization
First, initialize the Traceloop SDK.Make sure you’ve created an API key and set it as an environment variable
TRACELOOP_API_KEY
before you start. Check out the SDK’s getting started
guide for more information.Dataset Operations
Create a dataset
You can create datasets in different ways depending on your data source:- Python: Import from CSV file or pandas DataFrame
- TypeScript: Import from CSV data or create manually