Read a pandas.DataFrame from Feather format. To read as pyarrow.Table use feather.read_table.
str
file path, or file-like object
You can use MemoryMappedFile as source, for explicitly use memory map.
Only read a specific set of columns. If not provided, all columns are read.
True
Whether 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.
False
Use memory mapping when opening file on disk, when source is a str.
Additional keyword arguments passed on to pyarrow.Table.to_pandas.
pandas.DataFrame
The contents of the Feather file as a pandas.DataFrame
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4