Table.
filter_valid
Filter the data using the constraints and return only the valid rows.
data (pandas.DataFrame) – Table data.
Table containing only the valid rows.
pandas.DataFrame