COMMITS
/ python/pyarrow/feather.py May 12, 2025
C
GH-45619: [Python] Use f-string instead of string.format (#45629)
ChiLin Chiu committed
April 9, 2025
R
GH-46019: [Python] Raise TypeError on feather read_table if columns is not a Sequence (#46038)
Raúl Cumplido committed
January 6, 2023
B
ARROW-15006: [Python][Doc] Add five more numpydoc checks to CI (#15214)
Bryce Mecum committed
November 22, 2022
A
ARROW-18173: [Python] Drop older versions of Pandas (<1.0) (#14631)
Alenka Frim committed
November 9, 2022
A
ARROW-17192: [Python] Pass **kwargs in read_feather to to_pandas() (#14492)
Alenka Frim committed
June 20, 2022
A
ARROW-16382: [Python] Disable memory mapping by default in pyarrow (#13342)
AlvinJ15 committed
April 21, 2022
S
ARROW-7914: [Python] Allow pandas datetime as index for feather
Salonijain27 committed
October 27, 2021
A
ARROW-14470: [Python] Expose the use_threads option in Feather read functions
Alenka Frim committed
October 20, 2021
A
ARROW-13317: [Python] Improve documentation on what 'use_threads' does in 'read_feather'
Alenka Frim committed
October 4, 2021
A
ARROW-13637: [Python] Fix docstrings
Alessandro Molina committed
June 8, 2021
A
ARROW-12993: [Python] Avoid half-initialized FeatherReader object
Antoine Pitrou committed
April 27, 2021
A
ARROW-12506: [Python] Improve modularity of pyarrow codebase: _feather module
Alessandro Molina committed
April 1, 2021
A
ARROW-12068: [Python] Stop using distutils
Antoine Pitrou committed
October 9, 2020
July 14, 2020
J
ARROW-8314: [Python] Add a Table.select method to select a subset of columns
Joris Van den Bossche committed
May 19, 2020
A
ARROW-8846: [Dev][Python] Autoformat Python files with archery
Antoine Pitrou committed
May 12, 2020
W
ARROW-8750: [Python] Correctly default to lz4 compression for Feather V2 in Python
Wes McKinney committed
May 7, 2020
J
ARROW-8641: [C++][Python] Sort included indices in IpcReader - Respect column selection in FeatherReader
Joris Van den Bossche committed
April 13, 2020
W
ARROW-8408: [Python] Add memory_map argument to feather.read_feather
Wes McKinney committed
April 7, 2020
J
ARROW-8345: [Python] Ensure feather read/write can work without pandas installed
Joris Van den Bossche committed
April 4, 2020
W
ARROW-8307: [Python] Add memory_map= option to pyarrow.feather.read_table
Wes McKinney committed
March 30, 2020
W
ARROW-5510: [C++][Python][R][GLib] Implement Feather "V2" using Arrow IPC file format
Wes McKinney committed
March 25, 2020
K
ARROW-7898: [Python] Reduce the number docstring violations using numpydoc
Krisztián Szűcs committed
February 13, 2020
A
ARROW-5757: [Python] Remove Python 2.7 support
Antoine Pitrou committed
September 14, 2019
J
ARROW-6556: [Python] Handle future removal of pandas SparseDataFrame
Joris Van den Bossche committed
August 20, 2019
W
ARROW-6067: [Python] Fix failing large memory Python tests
Wes McKinney committed
August 14, 2019
J
ARROW-6224: [Python] fix deprecated usage of .data (previouly Column.data)
Joris Van den Bossche committed
May 27, 2019
P
ARROW-5027: [Python] Python bindings for JSON reader
Philipp Moritz committed
March 19, 2019
December 18, 2018
December 15, 2018
W
ARROW-3971: [Python] Remove deprecations in 0.11 and prior
Wes McKinney committed
October 28, 2018
K
ARROW-3638: [C++][Python] Move reading from Feather as Table feature to C++ from Python
Kouhei Sutou committed
September 4, 2018
W
ARROW-2989: [C++/Python] Remove API deprecations in 0.10
Wes McKinney committed
May 25, 2018
A
May 15, 2018
D
ARROW-2332: Add Feather Dataset class
Dhruv Madeka committed
May 2, 2018
D
ARROW-2332: Feather Reader option to return Table
Dhruv Madeka committed
October 26, 2017
W
ARROW-1675: [Python] Use RecordBatch.from_pandas in Feather write path
Wes McKinney committed
October 24, 2017
W
ARROW-1711: [Python] Fix flake8 calls to lint the right directories
Wes McKinney committed
September 11, 2017
May 24, 2017
J
ARROW-1066: [Python] pandas 0.20.1 deprecation of pd.lib causes a warning on import
Jeff Reback committed
May 14, 2017
W
ARROW-1022: [Python] Add multithreaded read option to read_feather
Wes McKinney committed
May 13, 2017
W
ARROW-819: Public Cython and C++ API in the style of lxml, arrow::py::import_pyarrow method
Wes McKinney committed
April 13, 2017
W
ARROW-751: [Python] Make all Cython modules private. Some code tidying
Wes McKinney committed
April 3, 2017
W
ARROW-749: [Python] Delete partially-written Feather file when column write fails
Wes McKinney committed
April 1, 2017
W
ARROW-710: [Python] Read/write with file-like Python objects from read_feather/write_feather
Wes McKinney committed
March 13, 2017
W
ARROW-618: [Python/C++] Support timestamp+timezone conversion to pandas
Wes McKinney committed
March 11, 2017
W
ARROW-452: [C++/Python] Incorporate C++ and Python codebases for Feather file format
Wes McKinney committed