-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
fix(test_cases): test cases for pandas 3.0 #1506
Merged
Merged
Changes from 59 commits
Commits
Show all changes
60 commits
Select commit
Hold shift + click to select a range
e19da71
fix: fixed duplicate export dynamics (#1399)
AlessandroMarc 48664d7
chore: minor updates in the README (#1400)
Smoothengineer c4478b5
docs: update library.mdx (#1406)
Muhammad-Adam1 30b2fa7
fix[#1415]: using torch 2.2.0 in macOS x86_64 (#1417)
giuseppe-coco f32bd0d
chore: add /app to PYTHONPATH (#1416)
giuseppe-coco 719043c
docs: update llms.mdx (#1410)
Muhammad-Adam1 437f949
fix[output_format]: accept dataframe dict as output and secure sql qu…
ArslanSaleem 27cb449
chore[Security]: restrict libs to allow specific functionalities (#1429)
ArslanSaleem 0e4e1d0
docs: update docs about customer whitelisted dependencies
gventuri b809841
Release v2.4.0
gventuri 34535a2
fix: update last_code_generated in smart_dataframe's __init__.py (#1484)
bence-kecskes 68b6557
Release v2.4.1
gventuri daf5696
fix: docker-compose-npm-error (#1486)
Charisn d63f918
fix: remove plt.show if exists in the generated code (#1501)
ArslanSaleem 63df017
fix: make seaborn as an optional dependency (#1500)
ArslanSaleem cfeb071
fix: check if whitelisted lib is actually exists in the additional de…
ArslanSaleem 554a638
feat(security): add security config to disable it (#1498)
ArslanSaleem cf33faa
Release v2.4.2
gventuri f17fcea
Merge branch 'main' into merge_main/ci_fixes
ArslanSaleem 52b04aa
fix(test_cases): handle and clean test cases of pandasai
ArslanSaleem 6afb61d
ruff changes
ArslanSaleem 28bb719
add poetry lock file
ArslanSaleem 0be115f
Merge branch 'release/v3' into merge_main/ci_fixes
ArslanSaleem 58fcff7
fix github ci workflow
ArslanSaleem b47f79e
fix: extension deps installation
ArslanSaleem ebb83a5
fix: github workflows
ArslanSaleem 967118a
fix: unnecessary comments
ArslanSaleem dd61ab8
fix: ruff errors
ArslanSaleem 07ce3cc
fix: ruff errors
ArslanSaleem b5e6a58
fix: typos
ArslanSaleem ffe986c
fix ci yml file
ArslanSaleem c2d6081
fix: ci
ArslanSaleem eb41a18
fix make file for hardcoded env
ArslanSaleem 1afd565
fix make file for hardcoded env
ArslanSaleem b183fac
fix make file for hardcoded env
ArslanSaleem eac2c21
fix make file for hardcoded env
ArslanSaleem 4d5f54c
fix: imports in extensions
ArslanSaleem b2ded79
fix(testcases): extension test cases fixed
ArslanSaleem 466b079
fix: ci clear cache and suggested improvements
ArslanSaleem 575f852
clean up before running CI
ArslanSaleem 0c6e5ce
fix ci pipeline
ArslanSaleem 9a29b78
fix ci pipeline
ArslanSaleem 65cd422
fix ci pipeline
ArslanSaleem 2cd2353
fix ci pipeline
ArslanSaleem def1433
fix ci pipeline
ArslanSaleem ee62baf
fix: ci
ArslanSaleem 0958749
fix: ci
ArslanSaleem bcec071
fix: ci
ArslanSaleem 2da1398
fix github bug
ArslanSaleem 7570c2b
fix: CI
ArslanSaleem f2f15ce
fix: CI
ArslanSaleem f8e5f23
fix: test case on windows
ArslanSaleem 59b42ed
fix: test case on windows
ArslanSaleem 7e207eb
fix: test case on windows
ArslanSaleem 3982c45
fix: test case on windows
ArslanSaleem ecafc64
fix: CI
ArslanSaleem 64e51e3
feat(biqquery): add test cases for big query connector
ArslanSaleem 4d84252
fix env issue of pandas not found
ArslanSaleem ea9a37d
fix: ci use pyproject
ArslanSaleem 7c4119b
fix: lock file
ArslanSaleem File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,19 +8,19 @@ | |
[![Downloads](https://static.pepy.tech/badge/pandasai)](https://pepy.tech/project/pandasai) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) | ||
[![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1ZnO-njhL7TBOYPZaqvMvGtsjckZKrv2E?usp=sharing) | ||
|
||
PandasAI is a Python platform that makes it easy to ask questions to your data in natural language. It helps non-technical users to interact with their data in a more natural way, and it helps technical users to save time and effort when working with data. | ||
PandasAI is a Python platform that makes it easy to ask questions to your data in natural language. It helps non-technical users to interact with their data in a more natural way, and it helps technical users to save time, and effort when working with data. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @ArslanSaleem this new punctuation seems to be incorrect There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes looking at the test extension deps not getting installed in github flow |
||
|
||
# 🚀 Deploying PandasAI | ||
|
||
PandasAI can be used in a variety of ways. You can easily use it in your Jupyter notebooks or streamlit apps, or you can deploy it as a REST API such as with FastAPI or Flask. | ||
PandasAI can be used in a variety of ways. You can easily use it in your Jupyter notebooks or Streamlit apps, or you can deploy it as a REST API such as with FastAPI or Flask. | ||
|
||
If you are interested in the managed PandasAI Cloud or our self-hosted Enterprise Offering, [contact us](https://forms.gle/JEUqkwuTqFZjhP7h8). | ||
|
||
# 🔧 Getting started | ||
|
||
You can find the full documentation for PandasAI [here](https://pandas-ai.readthedocs.io/en/latest/). | ||
|
||
You can either decide to use PandasAI in your Jupyter notebooks, streamlit apps, or use the client and server architecture from the repo. | ||
You can either decide to use PandasAI in your Jupyter notebooks, Streamlit apps, or use the client and server architecture from the repo. | ||
|
||
## ☁️ Using the platform | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
setup_python
target is commented out but is still used as a dependency ininstall_deps
andinstall_extension_deps
. This will cause errors. Either uncommentsetup_python
or remove it as a dependency.