Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

the shape of your array numpy

import numpy as np
arr = np.array([1,2,3])
arr.shape
Source by numpy.org #
 
PREVIOUS NEXT
Tagged: #shape #array #numpy
ADD COMMENT
Topic
Name
6+3 =