昨天在用用Pycharm读取一个200+M的CSV的过程中,竟然出现了Memory Error!简直让我怀疑自己买了个假电脑,毕竟是8G内存i7处理器,一度怀疑自己装了假的内存条。。。。下面说一下几个解题步骤。。。。一般就是用下面这些方法了,按顺序试试。
一、逐行读取
如果你用pd.read_csv来读文件,会一次性把数据都读到内存里来,导致内存爆掉,那么一个想法就是一行一行地读它,代码如下:
data = []
with open(path, 'r',encoding='gbk',erro
使用python进行数据分析。
Challenge 2: Sighthing data exploration Now that you created a visualisation of the sighting data carry on a data exploration and then discuss any interesting characteristics that you found
任务
使用任何统计方法来查找数据中任何有趣的关系,趋势或漏洞。
报告您的方法并解释