Overview
WaveAssist provides native support for pandas DataFrames, making it easy to store and retrieve tabular data.Working with DataFrames
Supported DataFrame Features
- All basic pandas data types
- Index types (numeric, datetime, string)
- Column names and types
- DataFrame metadata
DataFrame Limitations
- Maximum size: 100MB
- Supported column types:
- Numeric (int, float)
- String
- Boolean
- Datetime
- Category
Best Practices
- Clean and preprocess data before storing
- Use appropriate data types for columns
- Consider memory usage and size limits
- Handle missing values appropriately