arrow_schema_to_pandas_index¶
- lsst.daf.butler.formatters.parquet.arrow_schema_to_pandas_index(schema: pa.Schema) pd.Index | pd.MultiIndex¶
- Convert an arrow schema to a pandas index/multiindex. - Parameters:
- schemapyarrow.Schema
- Input pyarrow schema. 
 
- schema
- Returns:
- indexpandas.Indexorpandas.MultiIndex
- Converted pandas index. 
 
- index