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_fields

Metadata.get_fields(table_name)[source]

Get the metadata of the fields of the indicated table.

Parameters

table_name (str) – Name of the table to get the fields from.

Returns

Mapping of field names and their metadata dicts.

Return type

dict

Raises

ValueError – If table does not exist in this metadata.