Pandasai

Latest version: v2.4.2

Safety actively analyzes 714875 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 32

3.0.0beta.15

What's Changed
* fix(localloader): adding parameters by scaliseraoul in https://github.com/sinaptik-ai/pandas-ai/pull/1647
* feature(litellm): pandasai litellm wrapper by scaliseraoul in https://github.com/sinaptik-ai/pandas-ai/pull/1648
* fix(agent): remove wrong double validation by scaliseraoul in https://github.com/sinaptik-ai/pandas-ai/pull/1659
* fix(query builders): quoting identifiers by default by scaliseraoul in https://github.com/sinaptik-ai/pandas-ai/pull/1658
* fix(view_loader): add optional parameters to execute_local_query method by maidacundo in https://github.com/sinaptik-ai/pandas-ai/pull/1663
* fix: correct column parsing by scaliseraoul in https://github.com/sinaptik-ai/pandas-ai/pull/1667
* fix(agent): chat with view and other dataset by scaliseraoul in https://github.com/sinaptik-ai/pandas-ai/pull/1660
* fix(core): img path in windows by scaliseraoul in https://github.com/sinaptik-ai/pandas-ai/pull/1668

New Contributors
* maidacundo made their first contribution in https://github.com/sinaptik-ai/pandas-ai/pull/1663

**Full Changelog**: https://github.com/sinaptik-ai/pandas-ai/compare/v3.0.0-beta.14...v3.0.0-beta.15

3.0.0beta.14

What's Changed
* fix(license): pypi license not displayed for the ee extensions by ArslanSaleem in https://github.com/sinaptik-ai/pandas-ai/pull/1634
* fix(cache): removes cache by scaliseraoul in https://github.com/sinaptik-ai/pandas-ai/pull/1635
* feature(SQLTransformation): SQL transformation by scaliseraoul in https://github.com/sinaptik-ai/pandas-ai/pull/1636
* fix(expression): modulo operation issues by scaliseraoul in https://github.com/sinaptik-ai/pandas-ai/pull/1637
* feature(IntegrationTests): add integration tests by scaliseraoul in https://github.com/sinaptik-ai/pandas-ai/pull/1640
* docs: update ee license url in readme by czakop in https://github.com/sinaptik-ai/pandas-ai/pull/1642
* fix(coverage): adding unit tests by scaliseraoul in https://github.com/sinaptik-ai/pandas-ai/pull/1641
* fix(sandbox): ignore non string constants for finding query string by ArslanSaleem in https://github.com/sinaptik-ai/pandas-ai/pull/1645
* fix(chart): fixed path fow Windows by scaliseraoul in https://github.com/sinaptik-ai/pandas-ai/pull/1643
* feature(paginator): adding paginator functionality by scaliseraoul in https://github.com/sinaptik-ai/pandas-ai/pull/1644

New Contributors
* czakop made their first contribution in https://github.com/sinaptik-ai/pandas-ai/pull/1642

**Full Changelog**: https://github.com/sinaptik-ai/pandas-ai/compare/v3.0.0a12...v3.0.0-beta.14

3.0.0beta.11

What's Changed
* fix(views): transformation using raw sql by scaliseraoul in https://github.com/sinaptik-ai/pandas-ai/pull/1608
* fix(dataset): slug format validation on load by ArslanSaleem in https://github.com/sinaptik-ai/pandas-ai/pull/1609
* fix(Views): multiple joins by scaliseraoul in https://github.com/sinaptik-ai/pandas-ai/pull/1611
* fix(View): fixing aliases in view by scaliseraoul in https://github.com/sinaptik-ai/pandas-ai/pull/1614


**Full Changelog**: https://github.com/sinaptik-ai/pandas-ai/compare/v3.0.0-beta.10...v3.0.0-beta.11

3.0.0beta.10

What's Changed
* fix(Views): updated views to reflect refactors by scaliseraoul in https://github.com/sinaptik-ai/pandas-ai/pull/1582
* fix(config): dataframe remove config variable class attribute and chat by ArslanSaleem in https://github.com/sinaptik-ai/pandas-ai/pull/1587
* chore: remove numpy dependency by christophfroeschl in https://github.com/sinaptik-ai/pandas-ai/pull/1580
* fix(deps): remove numpy strict installation from all extensions by ArslanSaleem in https://github.com/sinaptik-ai/pandas-ai/pull/1591
* fix(load): update error message in case of dataset not found locally and missing api keys by ArslanSaleem in https://github.com/sinaptik-ai/pandas-ai/pull/1589
* feature(Views): adding view for local sources by scaliseraoul in https://github.com/sinaptik-ai/pandas-ai/pull/1586
* feat(sandbox): add sandbox support in pai.chat and df.chat by ArslanSaleem in https://github.com/sinaptik-ai/pandas-ai/pull/1595
* feature(Views): views for a single dataframe by scaliseraoul in https://github.com/sinaptik-ai/pandas-ai/pull/1594
* fix: transpiling sql to specific dialect by scaliseraoul in https://github.com/sinaptik-ai/pandas-ai/pull/1596
* fix(schema): make columns mandatory for view by scaliseraoul in https://github.com/sinaptik-ai/pandas-ai/pull/1599
* fix(sql_generation): handle scenario where table columns have "from" keyword in query by ArslanSaleem in https://github.com/sinaptik-ai/pandas-ai/pull/1600
* feature(GroupBy): adding group by functionality by scaliseraoul in https://github.com/sinaptik-ai/pandas-ai/pull/1603

New Contributors
* christophfroeschl made their first contribution in https://github.com/sinaptik-ai/pandas-ai/pull/1580

**Full Changelog**: https://github.com/sinaptik-ai/pandas-ai/compare/v3.0.0-beta.8...v3.0.0-beta.10

3.0.0beta.9

What's Changed
* fix(Views): updated views to reflect refactors by scaliseraoul in https://github.com/sinaptik-ai/pandas-ai/pull/1582
* fix(config): dataframe remove config variable class attribute and chat by ArslanSaleem in https://github.com/sinaptik-ai/pandas-ai/pull/1587
* chore: remove numpy dependency by christophfroeschl in https://github.com/sinaptik-ai/pandas-ai/pull/1580
* fix(deps): remove numpy strict installation from all extensions by ArslanSaleem in https://github.com/sinaptik-ai/pandas-ai/pull/1591
* fix(load): update error message in case of dataset not found locally and missing api keys by ArslanSaleem in https://github.com/sinaptik-ai/pandas-ai/pull/1589
* feature(Views): adding view for local sources by scaliseraoul in https://github.com/sinaptik-ai/pandas-ai/pull/1586
* feat(sandbox): add sandbox support in pai.chat and df.chat by ArslanSaleem in https://github.com/sinaptik-ai/pandas-ai/pull/1595
* feature(Views): views for a single dataframe by scaliseraoul in https://github.com/sinaptik-ai/pandas-ai/pull/1594
* fix: transpiling sql to specific dialect by scaliseraoul in https://github.com/sinaptik-ai/pandas-ai/pull/1596

New Contributors
* christophfroeschl made their first contribution in https://github.com/sinaptik-ai/pandas-ai/pull/1580

**Full Changelog**: https://github.com/sinaptik-ai/pandas-ai/compare/v3.0.0-beta.8...v3.0.0-beta.9

3.0.0beta.8

What's Changed
* fix(FileManager): updated path in create and pull methods by scaliseraoul in https://github.com/sinaptik-ai/pandas-ai/pull/1579


**Full Changelog**: https://github.com/sinaptik-ai/pandas-ai/compare/v3.0.0-beta.7...v3.0.0-beta.8

Page 1 of 32

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.