-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
The VisionConverter with a yaml that uses the exclude_empty filter, doesn't filter out any rows.
Specifically if the column is a float column.
Currently the exclude_empty filter corrects for a pd.Series value of row[col] áfter it has called has_value.
However has_value doesnt work correctly for pd.Series, since it expects a standard python object.
Input Data Validity
Did you check the validity of input data using the helper function?
yes
Examples here
Data Dump
Please dump the input (and maybe also the output) data into json files using the helper function, if applicable
Examples here
To Reproduce
- Run the Vision Converter with an yaml that uses filters exclude empty
- The filter doesn't work
Expected behavior
- The filter filters out empty rows of a column
Screenshots
If applicable, add screenshots to help explain your problem.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working