pandasai 2.2.15
0
Chat with your database (SQL, CSV, pandas, polars, mongodb, noSQL, etc). PandasAI makes data analysi
Contents
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.
Stars: 12886, Watchers: 12886, Forks: 1247, Open Issues: 105The Sinaptik-AI/pandas-ai
repo was created 1 years ago and the last code push was 2 weeks ago.
The project is extremely popular with a mindblowing 12886 github stars!
How to Install pandasai
You can install pandasai using pip
pip install pandasai
or add it to a project with poetry
poetry add pandasai
Package Details
- Author
- Gabriele Venturi
- License
- MIT
- Homepage
- None
- PyPi:
- https://pypi.org/project/pandasai/
- GitHub Repo:
- https://github.com/gventuri/pandas-ai
Classifiers
Related Packages
Errors
A list of common pandasai errors.
Code Examples
Here are some pandasai
code examples and snippets.
GitHub Issues
The pandasai package has 105 open issues on GitHub
- Support Llama v2 and Text generation inference
- Try to import a package when
NameError
is raised during execution - Token Limits with 420 column and 119546 rows
- Clean_data and Impute_missing_values not working as expected
- Add support for Azure, OpenAI, Palm, Anthropic, Cohere Models - using litellm
- Plotted graph has overlapping labels
- Added Poe-api as LLM reference
- Database adapters
- fix: environment for executing code
- Raise "TypeError" when trying to save cache
- Semantic search for previously asked questions
- Arbitrary file read and arbitrary file write by prompt injection
- hello, why did the code like "df = df[df['content'].str.contains('xxxx')] " didn't work?
- The fix of #issue399 (RCE from prompt) can be bypassed.
- Can pandasai specific the vector db location ?