PANDAS 系列
PANDAS 数据框
PANDAS 清洁
PANDAS 相关性
PANDAS 绘图

Menu
×
×
正确

练习:

插入正确的语法来指定绘图类型为“直方图”。

df['Duration'].plot(kind = 'hist')
df['Duration'].plot(kind = "hist")
df['Duration'].plot(kind='hist')
df['Duration'].plot(kind="hist")
df['Duration'].plot(kind= 'hist')
df['Duration'].plot(kind= "hist")
df['Duration'].plot(kind ='hist')
df['Duration'].plot(kind ="hist")

不正确

点击 此处 重试

正确

下一题 ❯
df['Duration'].plot()







×

重置分数?