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:
 - schema
pyarrow.Schema 
- schema
 - Returns:
 - index
pandas.Indexorpandas.MultiIndex 
- index