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
12.73k stars 1.23k forks source link

Upgrade Modin and pandas versions #1106

Closed YarShev closed 2 months ago

YarShev commented 5 months ago
YarShev commented 5 months ago

Hey folks, I tried to upgrade Modin and pandas versions to latest once again as I didn't see any error in tests locally. Let's see how CI goes.

gventuri commented 5 months ago

@YarShev IIRC, the issues were with the SnowFlake connector and probably others as well, but I'm not sure it is highlighted from the tests, as it might be mocked (which is not good, as there should be an error failing because of that, but I'm afraid we don't have a test for that yet).

YarShev commented 5 months ago

@gventuri, how did you figure out that there is an issue with the Snowflake connector? Is there an open issue a user filed on this matter?

gventuri commented 5 months ago

@ArslanSaleem initially reported it. Maybe he can elaborate further!

sfc-gh-mvashishtha commented 5 months ago

Maybe he can elaborate further!

Let's follow up on #1085.