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
* Add Polars support for data formatting and conversion
* Update Polars availability check in config.py
* added to_polars
* changed the logic of importing polars if not already called
* Remove to and from_polars from table.py in order to maintain pa.table logic-only
* fix unused import
* fixed code formatting with ruff
* fix formatting issues with ruff
* fix formatting issues using ruff
* add tests for polars formatting
* removed using InMemoryTable classmethod to convert polars to Table
* added test for polars conversion
* added missing ruff fixes
* add polars in test dependencies
* Fixed not executing default write method due to nested polars check.
* Update src/datasets/arrow_dataset.py
Co-authored-by: Quentin Lhoest <[email protected]>
* Update src/datasets/arrow_dataset.py
Co-authored-by: Quentin Lhoest <[email protected]>
* Fix Polars DataFrame conversion bug
* Fix DataFrame conversion in arrow_dataset.py
* Fix variable name in arrow_dataset.py
* Fix write_table to write_row in Dataset class
* fix formatting with ruff
* Update polars dependency to include timezone support
* Remove polars in EXTRAS_REQUIRE
* Replace deprecated method
* perform cleanup after use
* remove unused import
* Add garbage collection to test_to_polars method
* Remove unused import and unnecessary code in test_to_polars method
* Add additional args for to_polars method
* Fixed unclosed links to dataset file
* ruff cleanup
* even ruffier cleanup
* changed hash to reflect new SHA for ref/convert/parquet
---------
Co-authored-by: Patrick Smyth <[email protected]>
Co-authored-by: Quentin Lhoest <[email protected]>
Co-authored-by: Patrick Smyth <[email protected]>
0 commit comments