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.constraints.ScalarRange.is_valid

ScalarRange.is_valid(table_data)[source]

Say whether the column_name is between the low and high values.

Parameters

table_data (pandas.DataFrame) – Table data.

Returns

Whether each row is valid.

Return type

pandas.Series