sinaptik-ai/pandas-ai

Chat with your database or your datalake (SQL, CSV, parquet). PandasAI makes data analysis conversational using LLMs and RAG.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 37 minutes ago
Added to GitGenius on March 29th, 2024
Created on April 22nd, 2023
Open Issues & Pull Requests: 22 (+0)
Number of forks: 2,343
Total Stargazers: 23,764 (+0)
Total Subscribers: 167 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.2 days
Mean response time: 41.7 days
90th percentile: 134.8 days
Tracked items: 366

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Work labelled "bug" is answered fastest, typically in about 3 hours, while "enhancement" waits about 3 weeks. Only 11% of issues opened in the past year have been closed. Three people close 77% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 9
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 11 days
Stale 30+ days: 4
Stale 90+ days: 1

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (263)
  • enhancement (139)
  • good first issue (21)
  • documentation (17)
  • duplicate (9)
  • test (6)
  • dev (5)
  • help wanted (4)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

PandasAI is a Python library that enables natural language interaction with data sources including SQL databases, CSV files, and Parquet files. The library leverages large language models and retrieval-augmented generation to convert conversational queries into executable data analysis operations, making data exploration accessible to both technical and non-technical users.

The core functionality allows users to ask questions about their data using plain English rather than writing code. The library supports asking questions about single or multiple DataFrames simultaneously, enabling comparative analysis across related datasets. Beyond simple queries, PandasAI can generate visualizations such as charts and histograms in response to user requests, automating the visualization creation process. The library also provides a Docker sandbox environment for secure code execution, isolating operations to mitigate security risks from potentially malicious inputs.

PandasAI requires Python 3.8 or higher up to version 3.11 and can be installed via pip or poetry package managers. The project maintains comprehensive documentation at docs.pandas-ai.com and provides example notebooks demonstrating various use cases. The library is distributed under the MIT expat license, with the exception of the pandasai/ee directory which contains enterprise edition code under separate licensing terms. The project also offers managed cloud and self-hosted enterprise offerings for organizations requiring additional capabilities.

The repository is classified across multiple domains reflecting its broad applicability: it functions as a pandas extension and dataframe enhancement tool while simultaneously serving as an AI-driven analytics automation platform. It bridges data science and machine learning integration, enabling predictive modeling workflows through conversational interfaces.

The library addresses a specific gap in data analysis workflows by reducing friction for users who need to perform exploratory data analysis without deep programming expertise. For technical users, it accelerates common data analysis tasks by eliminating boilerplate code writing. The combination of LLM-powered query interpretation with RAG capabilities allows the system to understand context about data structure and content, enabling more sophisticated analysis than simple keyword matching would permit.