astropy_to_arrow¶
- lsst.daf.butler.formatters.parquet.astropy_to_arrow(astropy_table: atable.Table) pa.Table ¶
Convert an astropy table to an arrow table.
- Parameters:
- astropy_table
astropy.Table
Input astropy table.
- astropy_table
- Returns:
- arrow_table
pyarrow.Table
Converted arrow table.
- arrow_table