Gabriele Venturi

Results 234 comments of Gabriele Venturi

Awesome, go for it @Lorenzobattistela 🚀

@HenriqueAJNB sounds like a great idea. I'll create the account on `codecov` shortly and setup the keys. I've also seen it's free for open source projects!

@Lorenzobattistela any news about it? Can I help you somehow?

Hello @aryandgandhi, great job! Only a couple of minor improvements: * can you create a helper `from_google_sheets` that returns a df that we can then pass to pandas ai? This...

@aryandgandhi thanks a lot! However, there are a couple of things we need to address: * add a way to somehow login with the google sheets api token (otherwise we...

@aryandgandhi impressive job, just left you a couple of comments. Looking forward to merge this one!

@aryandgandhi also make sure you update the dependencies. There is some kind of conflict: https://github.com/gventuri/pandas-ai/actions/runs/5100391674/jobs/9173884219?pr=120 Finally make sure both the linter and the tests pass!

Hey @pidada, you should install `pandasai`, here's how you can do with pip: ```pip install pandasai``` If the problem persists, try the following: ``` pip install --upgrade pandasai ``` If...

Hey @zhenkaivip, thanks a lot for the MR. I noticed you haven't included the `tabulate` dependency. I'm not even sure we need a new dependency for that. What if we...

Try with `!pip install --upgrade pandas pandasai`, should work! Also updated the default colab. @hunaone, check out the README for some examples or have a look at the `/examples` folder!