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.table.Table.from_dict

classmethod Table.from_dict(metadata_dict, dtype_transformers=None)[source]

Load a Table from a metadata dict.

Parameters
  • metadata_dict (dict) – Dict metadata to load.

  • dtype_transformers (dict) – If passed, set the dtype_transformers on the new instance.