-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ARROW-197 First commit. Basic API, simple tests, and a number of questions and to-dos * Raise ValueError if one writes a Polars DataFrame with no _id column * Working start on TestExplicitPolarsApi.test_write_schema_validation * Cast ExtensionTypes in Arrow.Table from find_arrow_all to base pyarrow.types (eg pa.string, pa.lib.FixedSizeBinaryType) * cleanup * cleanup formatting * Add polars to pyproject deps * Add Polars to benchmarks * Additional Polars tests and todos * Finished Polars tests * Ruff Cleanup * ARROW-206 ARROW-204 Added temporary pytest filterwarnings for Pandas DeprecationWarnings * Remove redundant check if pd.DataFrame is None * ARROW-210 Initial commit for pyarrow large_list and large_string DataTypes * Updated and added further datetime tests * Added tests of large_list and large_string to test_arrow * Added version numbers to changelog and docstrings * Fixed merge typo * [ARROW-214] Added tests of Arrow binary datatypes with expected failures. Will be good tests when support is added * Updated FAQ. Was outdated as Pandas is now required. Polars slipped in perfectly * Update heading of comparison.html. We had 2 Quick Start pages. * Typo * Updates to Quick Start' * Updates to index.rst and quickstart.rst * Updated Data Types page * Fix heading underline * Added manylinux-aarch64-image * Removed completed todo in benchmarks. Polars array IS being tested. * ARROW-217 - Turned todos into jiras * Place guards around polars imports * Set polars as optional dependency in pyproject.toml * Added test extras to benchmark env in tox.ini
- Loading branch information
1 parent
0fbe7e7
commit 7130138
Showing
12 changed files
with
598 additions
and
40 deletions.
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
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
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.