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.69k stars 1.08k forks source link

feat(visualization_agent): visualization agent to visualize data #1164

Closed ArslanSaleem closed 1 month ago

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 81.14754% with 115 lines in your changes are missing coverage. Please review.

Project coverage is 78.81%. Comparing base (2502d04) to head (88150ba). Report is 2 commits behind head on main.

Files Patch % Lines
pandasai/ee/helpers/query_builder.py 63.63% 72 Missing :warning:
...gents/semantic_agent/prompts/generate_df_schema.py 69.44% 11 Missing :warning:
...ts/semantic_agent/prompts/semantic_agent_prompt.py 68.18% 7 Missing :warning:
pandasai/prompts/base.py 0.00% 7 Missing :warning:
pandasai/agent/base.py 80.00% 4 Missing :warning:
pandasai/connectors/pandas.py 78.94% 4 Missing :warning:
...e/agents/semantic_agent/pipeline/code_generator.py 96.77% 3 Missing :warning:
...r_correction_pipeline/error_correction_pipeline.py 90.00% 2 Missing :warning:
pandasai/connectors/base.py 50.00% 1 Missing :warning:
pandasai/ee/agents/semantic_agent/__init__.py 98.38% 1 Missing :warning:
... and 3 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1164 +/- ## ========================================== + Coverage 78.56% 78.81% +0.24% ========================================== Files 117 128 +11 Lines 4624 5206 +582 ========================================== + Hits 3633 4103 +470 - Misses 991 1103 +112 ```

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