Sinaptik-AI / pandas-ai

Chat with your database (SQL, CSV, pandas, polars, mongodb, noSQL, etc). PandasAI makes data analysis conversational using LLMs (GPT 3.5 / 4, Anthropic, VertexAI) and RAG.
https://pandas-ai.com
Other
11.71k stars 1.09k forks source link

fix(connectors): revert pandas to previous version temporarily #1068

Closed ArslanSaleem closed 3 months ago

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 77.78%. Comparing base (8acccd6) to head (37fc8fb).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1068 +/- ## ======================================= Coverage 77.78% 77.78% ======================================= Files 114 114 Lines 4448 4448 ======================================= Hits 3460 3460 Misses 988 988 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

YarShev commented 3 months ago

Hi @ArslanSaleem, what is the reason for this revert?

gventuri commented 3 months ago

@YarShev the new pandas version is breaking all the SQL connectors. We need to figure out how to make it work with the connectors

YarShev commented 3 months ago

@gventuri, ok, got it. Could you please keep me in tune with this, for instance, by tagging me in the issues that are going to be resolved on this matter.