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.get_dtypes

Table.get_dtypes(ids=False)[source]

Get a dict with the dtypes for each field of the table.

Parameters

ids (bool) – Whether or not to include the id fields. Defaults to False.

Returns

Dictionary that contains the field names and data types.

Return type

dict