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.TableInput astropy table. Returns# arrow_tablepyarrow.TableConverted arrow table.