You can now pass a custom header to as a sample to the LLM. This aims to increase privacy (by passing a fully synthetic db) and at the same time boosting the performances, by providing meaningful examples.
You can now even save and load the dataframe configurations (name, description, sample head) to work with your dataframes more effectively and loading them as easy as this: `SmartDataframe('users')`.
What's Changed
* feat: update smart dataframe to allow for sample_head in config by yassinkortam in https://github.com/gventuri/pandas-ai/pull/443
* feat: save dataframe for later use by ArslanSaleem in https://github.com/gventuri/pandas-ai/pull/492
* feat: load dataframe from config by henry-on-the-internet in https://github.com/gventuri/pandas-ai/pull/508
New Contributors
* ArslanSaleem made their first contribution in https://github.com/gventuri/pandas-ai/pull/492
* henry-on-the-internet made their first contribution in https://github.com/gventuri/pandas-ai/pull/508
**Full Changelog**: https://github.com/gventuri/pandas-ai/compare/v1.0.11...v1.1