Drop columns tha thave a header but all rows are empty Python 3 & Pandas

后端 未结 0 1927
独厮守ぢ
独厮守ぢ 2021-01-22 22:50

I just could not figure this one out:

df.dropna(axis = 1, how="all").dropna(axis= 0 ,how="all")

All headers have data. How ca

相关标签:
回答
  • 消灭零回复
提交回复
热议问题