A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://arrow.apache.org/docs/python/generated/pyarrow.feather.read_table.html below:

pyarrow.feather.read_table — Apache Arrow v20.0.0

pyarrow.feather.read_table#
pyarrow.feather.read_table(source, columns=None, memory_map=False, use_threads=True)[source]#

Read a pyarrow.Table from Feather format

Parameters:
sourcestr file path, or file-like object

You can use MemoryMappedFile as source, for explicitly use memory map.

columnssequence, optional

Only read a specific set of columns. If not provided, all columns are read.

memory_mapbool, default False

Use memory mapping when opening file on disk, when source is a str

use_threadsbool, default True

Whether to parallelize reading using multiple threads.

Returns:
tablepyarrow.Table

The contents of the Feather file as a pyarrow.Table


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