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_tables

Metadata.load_tables(tables=None)[source]

Get a dictionary with data from multiple tables.

If a tables list is given, only load the indicated tables. Otherwise, load all the tables from this metadata.

Parameters

tables (list) – List of table names. Defaults to None.

Returns

mapping of table names and their data loaded as pandas.DataFrame instances.

Return type

dict(str, pandasd.DataFrame)