OneHotEncoding.
filter_valid
Get only the rows that are valid.
The filtering is done by calling the method is_valid, which should be overwritten by subclasses, while this method should stay untouched.
is_valid
table_data (pandas.DataFrame) – Table data.
Input data unmodified.
pandas.DataFrame