Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 22 commits into from
May 23, 2024

Conversation

ArslanSaleem
Copy link
Collaborator

No description provided.

Copy link

codecov bot commented May 18, 2024

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 ⚠️
...gents/semantic_agent/prompts/generate_df_schema.py 69.44% 11 Missing ⚠️
...ts/semantic_agent/prompts/semantic_agent_prompt.py 68.18% 7 Missing ⚠️
pandasai/prompts/base.py 0.00% 7 Missing ⚠️
pandasai/agent/base.py 80.00% 4 Missing ⚠️
pandasai/connectors/pandas.py 78.94% 4 Missing ⚠️
...e/agents/semantic_agent/pipeline/code_generator.py 96.77% 3 Missing ⚠️
...r_correction_pipeline/error_correction_pipeline.py 90.00% 2 Missing ⚠️
pandasai/connectors/base.py 50.00% 1 Missing ⚠️
pandasai/ee/agents/semantic_agent/__init__.py 98.38% 1 Missing ⚠️
... and 3 more
Additional details and impacted files
@@            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     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dosubot dosubot bot added the size:XXL This PR changes 1000+ lines, ignoring generated files. label May 21, 2024
@gventuri gventuri changed the base branch from main to release/v2.1 May 23, 2024 12:36
@dosubot dosubot bot added size:XL This PR changes 500-999 lines, ignoring generated files. and removed size:XXL This PR changes 1000+ lines, ignoring generated files. labels May 23, 2024
@gventuri gventuri changed the base branch from release/v2.1 to main May 23, 2024 12:37
@dosubot dosubot bot added size:XXL This PR changes 1000+ lines, ignoring generated files. and removed size:XL This PR changes 500-999 lines, ignoring generated files. labels May 23, 2024
@gventuri gventuri changed the base branch from main to release/v2.1 May 23, 2024 12:38
@gventuri gventuri merged commit 70f0c02 into release/v2.1 May 23, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:XXL This PR changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants