pyarrow.feather.read_table#
- pyarrow.feather.read_table(source, columns=None, memory_map=True, use_threads=True)[source]#
Read a pyarrow.Table from Feather format
- Parameters
- Returns
- table
pyarrow.Table
- table
Read a pyarrow.Table from Feather format
pyarrow.Table