[PYTHON] About numpy

Basic operation of numpy

In [] : arr_copy = arr.copy()
In []: aar
Out[]: array([[0, 1, 2],
              [3, 4, 5],
              [6, 7, 8]])
In []: aar.T   or   aar.transpose()
Out[]: array([[0, 3, 6],
           [1, 4, 7],
           [2, 5, 8]])

Recommended Posts

About numpy
About Numpy broadcast
About all of numpy
About all of numpy (2nd)
About Numpy array and asarray
About LangID
About CAGR
numpy practice 1
About virtiofs
About python-apt
About Permission
About sklearn.preprocessing.Imputer
About gunicorn
About locale
numpy part 1
About permissions
NumPy basics
About Opencv ②
Numpy Memorandum_Matrix
About axis = 0, axis = 1
About import
About pip
About Linux
About numpy.newaxis
NumPy axis
Use Numpy
About endian
numpy part 2
About Linux
About import
About Opencv ①
About Linux
About Linux
About Linux ①
About cv2.imread
About _ and __
About wxPython
Notepad about TecoGAN
About python slices
My Numpy (Python)
Briefly about __name__
About Docker Volume
[Linux] About export
where in numpy
About reference type
About Twitter scraping
About the test
Learn about programming
About Flask customization
About variable scope. .. ..
About python yield
Notes about with
About python, class
About Linear Models
About Go functions
numpy unit test
About Kivy root
NumPy array manipulation (3)
list and numpy
NumPy universal functions
numpy memorandum 1 / np.pad