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_tableastropy.Table
- Input astropy table. 
 
- astropy_table
- Returns:
- arrow_tablepyarrow.Table
- Converted arrow table. 
 
- arrow_table