convert_pa_table_to_astropy_table#

astropy.io.misc.pyarrow.csv.convert_pa_table_to_astropy_table(table_pa) Table[源代码]#

将PyArrow表转换为Astropy表。

参数:
table_pa : pyarrow.Tablepyarrow.Table

要转换的PyArrow表。

返回:
astropy.table.Table

转换的占星表。