arrow_to_astropy

lsst.daf.butler.formatters.parquet.arrow_to_astropy(arrow_table: pa.Table) atable.Table

Convert a pyarrow table to an astropy.Table.

Parameters:
arrow_tablepyarrow.Table

Input arrow table to convert. If the table has astropy unit metadata in the schema it will be used in the construction of the astropy.Table.

Returns:
tableastropy.Table

Converted astropy table.