Metadata.
load_tables
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.
tables
tables (list) – List of table names. Defaults to None.
None
mapping of table names and their data loaded as pandas.DataFrame instances.
pandas.DataFrame
dict(str, pandasd.DataFrame)