Metadata.
load_table
Load the data of the indicated table as a DataFrame.
table_name (str) – Name of the table to load.
DataFrame with the contents of the table.
pandas.DataFrame
ValueError – If table does not exist in this metadata.