How to filter out rows with empty lists in Pandas df?
I want to filter out rows containing empty lists in columns no_te_ins
and te_ins
.
Here is part of the input df te_filter
:
I want to filter out rows containing empty lists in columns no_te_ins
and te_ins
.
Here is part of the input df te_filter
: