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: config plot libraries #706

Merged
merged 5 commits into from
Oct 31, 2023
Merged

feat: config plot libraries #706

merged 5 commits into from
Oct 31, 2023

Conversation

sourcery-ai[bot]
Copy link
Contributor

@sourcery-ai sourcery-ai bot commented Oct 30, 2023

Pull Request #705 refactored by Sourcery.

Since the original Pull Request was opened as a fork in a contributor's
repository, we are unable to create a Pull Request branching from it.

To incorporate these changes, you can either:

  1. Merge this Pull Request instead of the original, or

  2. Ask your contributor to locally incorporate these commits and push them to
    the original Pull Request

    Incorporate changes via command line
    git fetch https://github.com/gventuri/pandas-ai pull/705/head
    git merge --ff-only FETCH_HEAD
    git push

NOTE: As code is pushed to the original Pull Request, Sourcery will
re-run and update (force-push) this Pull Request with new refactorings as
necessary. If Sourcery finds no refactorings at any point, this Pull Request
will be closed automatically.

See our documentation here.

Run Sourcery locally

Reduce the feedback loop during development by using the Sourcery editor plugin:

Help us improve this pull request!

sabatino.severino added 2 commits October 30, 2023 11:43
…lication settings that allows users to define their preferred data visualization library (matplotlib, seaborn, or plotly).

With this update, I've eliminated the need for the user to specify in every prompt which library to use, thereby simplifying their interaction with the application and increasing its versatility.
…ferred data visualization library (matplotlib, seaborn, or plotly), simplifying interactions and enhancing the application's versatility.
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Oct 30, 2023

Important

Auto Review Skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.


Tips

Chat with CodeRabbit Bot (@coderabbitai)

  • If you reply to a review comment from CodeRabbit, the bot will automatically respond.
  • To engage with CodeRabbit bot directly around the specific lines of code in the PR, mention @coderabbitai in your review comment
  • Note: Review comments are made on code diffs or files, not on the PR overview.
  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai help to get help.
  • @coderabbitai resolve to resolve all the CodeRabbit review comments.

Note: For conversation with the bot, please use the review comments on code diffs or files.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • The JSON schema for the configuration file is available here.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/coderabbit-overrides.json

@sourcery-ai sourcery-ai bot force-pushed the sourcery/pull-705 branch from 7f6f557 to fa7a431 Compare October 30, 2023 11:19
@codecov-commenter
Copy link

codecov-commenter commented Oct 30, 2023

Codecov Report

Merging #706 (fa7a431) into main (36e307c) will decrease coverage by 0.08%.
The diff coverage is 80.76%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

@@            Coverage Diff             @@
##             main     #706      +/-   ##
==========================================
- Coverage   85.37%   85.30%   -0.08%     
==========================================
  Files          70       73       +3     
  Lines        3481     3558      +77     
==========================================
+ Hits         2972     3035      +63     
- Misses        509      523      +14     
Files Coverage Δ
pandasai/helpers/viz_library_types/base.py 100.00% <100.00%> (ø)
pandasai/schemas/df_config.py 100.00% <100.00%> (ø)
pandasai/smart_datalake/__init__.py 93.60% <100.00%> (+0.22%) ⬆️
pandasai/smart_dataframe/__init__.py 79.84% <0.00%> (ø)
pandasai/helpers/viz_library_types/__init__.py 86.66% <86.66%> (ø)
...ai/helpers/viz_library_types/_viz_library_types.py 70.73% <70.73%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@gventuri gventuri changed the title Config plot libraries (Sourcery refactored) feat: config plot libraries Oct 31, 2023
@gventuri gventuri merged commit f839482 into main Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants