
---- Pandas
PatrickZheng
这个作者很懒,什么都没留下…
展开
-
Introduction to Data Science in Python 第 4 周 Assignment
Assignment 4 - Hypothesis TestingThis assignment requires more individual learning than previous assignments - you are encouraged to check out the pandas documentation to find functions or methods yo...原创 2020-04-07 00:03:04 · 1702 阅读 · 0 评论 -
Introduction to Data Science in Python 第 3 周 Assignment
Assignment 3 - More PandasThis assignment requires more individual learning then the last one did - you are encouraged to check out the pandas documentation to find functions or methods you might not...原创 2020-03-22 01:14:46 · 2636 阅读 · 1 评论 -
Introduction to Data Science in Python 第 2 周 Assignment
Introduction to Data Science in Python第 2 周 Assignment记录下问题和自己的答案Part 1The following code loads the olympics dataset (olympics.csv), which was derrived from the Wikipedia entry on All Time Olympi...原创 2020-03-09 12:44:20 · 1485 阅读 · 3 评论 -
用Pandas画图遇到的问题(plot、pivot、unstack)
整理自优达学城课程论坛使用Pandas绘图。想画的图是:每个UNIT的每天平均气温(多条折线图在同一个图中)pivot()可以轴向转置unstack()可以multiindex轴向转置原创 2017-06-12 16:05:21 · 4163 阅读 · 0 评论 -
探索数据集——Titanic
项目是使用Python对给定数据集进行探索和分析。本次选择的数据集是 泰坦尼克号上 2224 名乘客和船员中 891 名的人口学数据和乘客基本信息。 使用Numpy和Pandas进行数据清洗、处理、绘图,最后进行分析说明。报告是使用 jupyter notebook完成的,相关文档放在了个人GitHub上,欢迎讨论交流!原创 2017-06-28 14:41:09 · 6851 阅读 · 4 评论