python_for_data_analysis_2nd_chinese_version icon indicating copy to clipboard operation
python_for_data_analysis_2nd_chinese_version copied to clipboard

《利用Python进行数据分析·第2版》

Results 17 python_for_data_analysis_2nd_chinese_version issues
Sort by recently updated
recently updated
newest added

能否从简书源换成github源?

第06章,处理分隔符格式小结重复了一句话{对这个reader进行迭代将会为每行产生一个元组(并移除了所有的引号):}

11.3 通过偏移量对日期进行位移中, 用 groupby 调用 rollforward 的示例代码有问题。 `ts.groupby(offset.rollforward).mean()` 应改为 `ts.groupby(offent.rollforward).mean()` 也可能是原文中就有的错误..还待考证

重采样部分 closed='left'的代码有误。

你好,首先感谢你的翻译作品,可以让我可以流畅的获取这部分知识。 在阅读过程中看到一个小小的笔误:第六章,数据加载、存储和文件格式 中 “Web APIs交互” 中提到 “为了搜索最新的30个GitHub上的pandas主题,我们可以发一个HTTP GET请 求,使用requests扩展库:” 我看了下英文原文是: ' To find the last 30 GitHub issues for pandas on GitHub, we can make a GET HTTP request using...