Danger

You are looking at the documentation for an older version of the SDV! We are no longer supporting or maintaining this version of the software

Click here to go to the new docs pages.

sdv.metadata.dataset.Metadata.load_table

Metadata.load_table(table_name)[source]

Load the data of the indicated table as a DataFrame.

Parameters

table_name (str) – Name of the table to load.

Returns

DataFrame with the contents of the table.

Return type

pandas.DataFrame

Raises

ValueError – If table does not exist in this metadata.