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() |