Data repository for [seaborn](http://seaborn.pydata.org/) examples.
**This is not a general-purpose data archive.**
This repository exists only to provide a convenient target for the `seaborn.load_dataset` function to download sample datasets from.
文章目录`问题`:`原因和解决办法`:`附图`:
问题:
iris = sns.load_dataset(‘iris’)出来
EmptyDataError: No columns to parse from file报错
原因和解决办法:
是因为你之前下载这个数据集的时候,中断了,已经产生了一个iris.csv的空文件在home家目录下面,你只需要去home家目录下面删除这个空文件既可,然后重新下载,重新下载的`方法有两个
1.sns.load_dataset(‘iris’)再执行一遍,时间