Table.to_pandas#
- Table.to_pandas() pandas.DataFrame[source]#
Create a Pandas DataFrame from this Table.
- Returns:
pandas.DataFrameThis table represented as a pandas dataframe.
Create a Pandas DataFrame from this Table.
pandas.DataFrameThis table represented as a pandas dataframe.