MCPcopy Create free account
hub / github.com/apache/arrow / read_pandas

Function read_pandas

python/pyarrow/parquet/core.py:1978–1981  ·  view source on GitHub ↗
(source, columns=None, **kwargs)

Source from the content-addressed store, hash-verified

1976
1977
1978def read_pandas(source, columns=None, **kwargs):
1979 return read_table(
1980 source, columns=columns, use_pandas_metadata=True, **kwargs
1981 )
1982
1983
1984read_pandas.__doc__ = _read_table_docstring.format(

Callers

nothing calls this directly

Calls 1

read_tableFunction · 0.70

Tested by

no test coverage detected