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.get_table_meta

Metadata.get_table_meta(table_name)[source]

Get the metadata dict for a table.

Parameters

table_name (str) – Name of table to get data for.

Returns

table metadata

Return type

dict

Raises

ValueError – If table does not exist in this metadata.