convert_pa_table_to_astropy_table#
- astropy.io.misc.pyarrow.csv.convert_pa_table_to_astropy_table(table_pa) Table [source]#
Convert a PyArrow Table to an Astropy Table.
- Parameters:
- table_pa
pyarrow.Table
The PyArrow Table to be converted.
- table_pa
- Returns:
astropy.table.Table
Converted astropy Table.