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

Table.filter_valid(data)[source]

Filter the data using the constraints and return only the valid rows.

Parameters

data (pandas.DataFrame) – Table data.

Returns

Table containing only the valid rows.

Return type

pandas.DataFrame