1/3
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
|---|
No study sessions yet.
ndarray
n-dimensional array type
import numpy as np
The NumPy documentation recommends importing the numpy module as np so that you can access its members with "np."
np.array()
array function receives as an argument an array or other collection of elements and returns a new array containing the argument’s elements
The array function
copies its argument’s contents into the array