colunas de seleção de python sem Na

df = df[df.columns[~df.isnull().all()]]
Lazy Lion