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_table : pyarrow.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: - table : astropy.Table
- Converted astropy table. 
 
- arrow_table :