Python for Data Science
Sleepallday
生活不止眼前的苟且,还有锅里的肉
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
1. NumPy介绍
NumPy NumPy is a Linear Algebra Library for Python, the reason it is so important for data science with Python is that almost all of th e libraries in the PyData Ecosystem rely on NumPy as one of thei...原创 2019-02-17 21:31:51 · 218 阅读 · 0 评论 -
2. Pandas介绍
Introduction to Pandas You can think of pandas as an extremely powerful version of Excel, with a lot more features Series A Series is very similar to a Numpy array. What differentiate the Numpy array ...原创 2019-02-19 15:11:35 · 416 阅读 · 0 评论
分享