| [ Web Proxy ] |
| Viewing: https://arrow.apache.org/docs/python/generated/../generated/pyarrow.feather.read_feather.html | [Back] [Original] |
Section Navigation
Read a pandas.DataFrame from Feather format. To read as pyarrow.Table use feather.read_table.
str file path, or file-like objectYou can use MemoryMappedFile as source, for explicitly use memory map.
Only read a specific set of columns. If not provided, all columns are read.
TrueWhether to parallelize reading using multiple threads. If false the restriction is used in the conversion to Pandas as well as in the reading from Feather format.
FalseUse memory mapping when opening file on disk, when source is a str.
Additional keyword arguments passed on to pyarrow.Table.to_pandas.
pandas.DataFrameThe contents of the Feather file as a pandas.DataFrame
Copyright 2016-2026 Apache Software Foundation.
Apache Arrow, Arrow, Apache, the Apache logo, and the Apache Arrow project logo are either registered trademarks or trademarks of The Apache Software Foundation in the United States and other countries.
Created using Sphinx 9.1.0.
Built with the PyData Sphinx Theme 0.20.0.
| Web Proxy Viewer | New URL | Original Page |