reset_index(drop=True, inplace=True) not working

前端 未结 0 512
深忆病人
深忆病人 2020-12-01 16:23

I\'m trying to drop empty rows of \'price\' column and reset them after. But both df = reset_index(drop=True) and df.reset_index(drop=True, inplace=True)<

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