We're thrilled to introduce the latest update, PandasAI v1.3. A lot of new exciting features are now available, like "Agents", a more precise way to specify the expected output and a better logging system.
What's Changed
* feat: add `output_type` parameter (519) by nautics889 in https://github.com/gventuri/pandas-ai/pull/562
* feat[Agent]: add agent conversation code by ArslanSaleem in https://github.com/gventuri/pandas-ai/pull/584
* feat(RephraseQuery): rephrase user query to get more accurate responses by ArslanSaleem in https://github.com/gventuri/pandas-ai/pull/592
* feat(AgentRephraseQuery): rephrase query function to get comprehensive query by ArslanSaleem in https://github.com/gventuri/pandas-ai/pull/590
* refactor[Chat]: ResponseParsers to customize chat method output by ArslanSaleem in https://github.com/gventuri/pandas-ai/pull/601
* fix(smartdataframe) : Changed path parameter for exporting by Tanmaypatil123 in https://github.com/gventuri/pandas-ai/pull/614
* feat: improvement in the log, that now track how long each process took and which class originated the log gventuri
**Full Changelog**: https://github.com/gventuri/pandas-ai/compare/v1.2.10...v1.3