-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Bk1_Ch05_19,注释错误 #197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
我想请教下,我输入import seaborn as sns后运行,没有输出结果也没报错,应该是运行成功了
|
第三个注释,
pdf上写的是
#查看数据集的前五行
iris_df.head()
type(iris_df)
//要查看数据集的前五行,应该是
print(iris_df.head(5))
The text was updated successfully, but these errors were encountered: