Backwards Compatibility
SmartDatalake
Legacy documentation for SmartDatalake class
This documentation page is for backwards compatibility. For new projects, we recommend using the new semantic dataframes.
Migrate SmartDatalakes
To migrate from SmartDatalake to the new semantic dataframes:
- Use the new multiple dataframe syntax with
pai.chat()
- Update configuration to use
pai.config.set()
Example migration:
SmartDatalakes (Legacy)
The SmartDatalake class was the previous way to work with multiple dataframes in PandaAI. It allowed you to combine multiple SmartDataframes and ask questions that span across them.
Basic Usage
Configuration
SmartDatalake inherited configuration from its SmartDataframes, but you could also set config directly:
Was this page helpful?