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_papyarrow.Table

The PyArrow Table to be converted.

Returns:
astropy.table.Table

Converted astropy Table.