Closed sjperkins closed 3 years ago
It would be useful for the arrow schema to be exposed to the end user.
One option:
datasets, schema = xds_from_parquet(path, return_schema=True)
/cc @rubyvanrooyen
It is easy enough to extract this from the parquet file via the pyarrow interface
Description
It would be useful for the arrow schema to be exposed to the end user.