pandas 属性错误:“NoneType”对象没有属性“info”[已关闭]

soat7uwm  于 2022-12-16  发布在  其他
关注(0)|答案(1)|浏览(135)

**已关闭。**此问题需要debugging details。当前不接受答案。

编辑问题以包含desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem。这将有助于其他人回答问题。
2天前关闭。
Improve this question
AttributeError
df_08.形状以及.描述()
不工作

wqlqzqxt

wqlqzqxt1#

如果你把inplace设置为True,那么panda的drop方法会返回None,下面是相关的文档:https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.drop.html
但总的来说:

  • 发布格式化为代码的代码,而不是图像
  • 在提问之前检查文档

相关问题