0

I have a dataframe with some columns fully filled with zeros, so this columns are not usefull for me and I want to identify and drop them. What is the best code for this?

I thought in something like when we have a column fully filled with NaN, we use "isna()" function. What can I use to identify an especific content (in my case, the value zero)??

0 Answers0