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_field_meta

Metadata.get_field_meta(table_name, field_name)[source]

Get the metadata dict for a table.

Parameters
  • table_name (str) – Name of the table to which the field belongs.

  • field_name (str) – Name of the field to get data for.

Returns

field metadata

Return type

dict

Raises

ValueError – If the table or the field do not exist in this metadata.