| [ Web Proxy ] |
| Viewing: https://arrow.apache.org/docs/python/generated/pyarrow.feather.read_table.html | [Back] [Original] |
Section Navigation
Read a pyarrow.Table from Feather format
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.
FalseUse memory mapping when opening file on disk, when source is a str
TrueWhether to parallelize reading using multiple threads.
pyarrow.TableThe contents of the Feather file as a pyarrow.Table
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 |