pip install numpy
import numpy as np
- Array
.array().dtype, .ndim, .shape
- DataTypes
i: int, u: unsigned int, c: complex, f: floatM: datetime, m: timedeltab: boolO: objectS: string, U: unicode stringV: byte-like object??
- Convert Data Type
.astype()
- Functions
- Filter
- Access
- One Row
- One Column
- Box
.copy()va.view(),.basecheck if returned array is copy or view
- Math