Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Filtered out rows with dictionary in user_label_df
The idea is to check the data type using isinstance() and then apply this check on the entire data frame as a whole instead of doing it iteratively on each row which is much slower. These rows are then filtered out of the original dataframe leaving behind only the non-dict rows.
- Loading branch information