dataframely.read_parquet_metadata_schema#
- dataframely.read_parquet_metadata_schema( ) type[Schema] | None[source]#
Read a dataframely schema from the metadata of a parquet file.
- Parameters:
source – Path to a parquet file or a file-like object that contains the metadata.
- Returns:
The schema that was serialized to the metadata.
Noneif no schema metadata is found or the deserialization fails.