
Python数据分析与机器学习实战 唐宇迪
大春SSC
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
05 Python可视化库——Seaborn
5-1:转载 2019-07-29 21:43:55 · 192 阅读 · 0 评论 -
02 Python科学计算库——Numpy
2-1: world_alcohol.txt: Year,WHO region,Country,Beverage Types,Display Value 1986,Western Pacific,Viet Nam,Wine,0 1986,Americas,Uruguay,Other,0.5 1985,Africa,Cte d'Ivoire,Wine,1.62 1986,Americas,Colom...转载 2019-07-26 10:10:51 · 212 阅读 · 0 评论 -
03 Python数据分析处理库——Pandas
3-1: import pandas food_info = pandas.read_csv("food_info.csv") #print(type(food_info)) print(food_info.dtypes) print("------------------------") #first_rows = food_info.head() #print first_rows #pri...转载 2019-07-27 21:52:00 · 394 阅读 · 0 评论 -
04 Python数据可视化库——Matplotlib
4-1:转载 2019-07-27 21:54:55 · 176 阅读 · 0 评论