polars.read_ipc_schema#

polars.read_ipc_schema(source: str | BinaryIO | Path | bytes) dict[str, PolarsDataType][source]#

Get the schema of an IPC file without reading data.

Parameters:
source

Path to a file or a file-like object.

Returns:
Dictionary mapping column names to datatypes