- 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.
- Microsoft Dynamics CRM Customization Essentials
- SCRATCH與機(jī)器人
- 計算機(jī)應(yīng)用復(fù)習(xí)與練習(xí)
- 精通Windows Vista必讀
- 腦動力:PHP函數(shù)速查效率手冊
- ServiceNow Cookbook
- 群體智能與數(shù)據(jù)挖掘
- SharePoint 2010開發(fā)最佳實踐
- 計算機(jī)網(wǎng)絡(luò)技術(shù)基礎(chǔ)
- HTML5 Canvas Cookbook
- 多媒體制作與應(yīng)用
- 簡明學(xué)中文版Photoshop
- 青少年VEX IQ機(jī)器人實訓(xùn)課程(初級)
- 3ds Max造型表現(xiàn)藝術(shù)
- JRuby語言實戰(zhàn)技術(shù)