I just could not figure this one out:
df.dropna(axis = 1, how="all").dropna(axis= 0 ,how="all")
All headers have data. How can I exclude the headers form a df.dropna(how="all")
command.
I am afraid this is going to be trivial, but help me out guys.
Thanks, Levi