You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
0 commit comments