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

feat: allow plots to be dict as well #1090

Closed ArslanSaleem closed 5 months ago

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 78.16%. Comparing base (1d5a44e) to head (9065939).

Files Patch % Lines
pandasai/helpers/output_validator.py 50.00% 3 Missing :warning:
pandasai/responses/response_serializer.py 33.33% 2 Missing :warning:
pandasai/helpers/encoder.py 85.71% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1090 +/- ## ========================================== + Coverage 77.93% 78.16% +0.23% ========================================== Files 114 115 +1 Lines 4468 4484 +16 ========================================== + Hits 3482 3505 +23 + Misses 986 979 -7 ```

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