我不知道是什么问题

时间:2019-05-15 21:48:00

标签: jupyter-notebook seaborn

enter image description here

我输入了所有必需的输入,例如

import numpy as np
import seaborn as sns
import pandas as pd
import matplotlib.pyplot as plt
%matplotlib inline

我仍然收到值错误

1 个答案:

答案 0 :(得分:0)

使用

example = sns.barplot(x=df["speed"], y=df["Number_of_Bears"], data=df)
相关问题