- Python Data Science Essentials
- Alberto Boschetti Luca Massaron
- 142字
- 2021-08-13 15:19:32
NumPy
NumPy, which is Travis Oliphant's creation, is the true analytical workhorse of the Python language. It provides the user with multidimensional arrays, along with a large set of functions to operate a multiplicity of mathematical operations on these arrays. Arrays are blocks of data that are arranged along multiple dimensions, which implement mathematical vectors and matrices. Characterized by optimal memory allocation, arrays are useful—not just for storing data, but also for fast matrix operations (vectorization), which are indispensable when you wish to solve ad hoc data science problems:
- Website: http://www.numpy.org/
- Version at the time of print: 1.12.1
- Suggested install command: pip install numpy
As a convention largely adopted by the Python community, when importing NumPy, it is suggested that you alias it as np:
import numpy as np
We will be doing this throughout the course of this book.
- 大數據導論:思維、技術與應用
- 自動控制工程設計入門
- 實時流計算系統設計與實現
- 自動控制理論(非自動化專業)
- INSTANT Autodesk Revit 2013 Customization with .NET How-to
- 分數階系統分析與控制研究
- 悟透AutoCAD 2009案例自學手冊
- 網絡服務搭建、配置與管理大全(Linux版)
- 手機游戲程序開發
- 奇點將至
- Salesforce Advanced Administrator Certification Guide
- 計算機組成與操作系統
- 寒江獨釣:Windows內核安全編程
- 手把手教你學Photoshop CS3
- Red Hat Enterprise Linux 5.0服務器構建與故障排除