标签: jupyter-notebook seaborn
我输入了所有必需的输入,例如
import numpy as np import seaborn as sns import pandas as pd import matplotlib.pyplot as plt %matplotlib inline
我仍然收到值错误
答案 0 :(得分:0)
使用
example = sns.barplot(x=df["speed"], y=df["Number_of_Bears"], data=df)