My Numpy (Python)

Summary for myself Updated from time to time Describe the command you used and examined ** I just need to know myself, so the terms may be wrong in some places **

!! View

#command
    #Argument option description

Module loading

import numpy as np

Frequent operation

#Create an array of numpy.
array = np.array()

#Transform the array
array.reshape([line:Column])
    #Either the row or column of the argument-If set to 1, it will be calculated automatically from the other argument.

You may think that an array should be "list", but numpy.array () seems to be able to perform various operations and is much faster than list when turning a for statement.

Recommended Posts

My Numpy (Python)
My sys (python)
My pyproj (python)
My pandas (python)
My str (python)
My pyautogui (python)
#Python basics (#Numpy 1/2)
#Python basics (#Numpy 2/2)
My PySide (Python)
My shutil (python)
My matplotlib (python)
My urllib (python)
My pyperclip (python)
My sklearn (python)
[My memo] python
Python #Numpy basics
My ConfigParser (Python)
My Webdriver (Python)
My arcpy (python)
[Python] Numpy memo
My win32gui (Python)
My os (python)
My python environment memo
Python and numpy tips
Python basics 8 numpy test
My Beautiful Soup (Python)
[Python] Search (NumPy) ABC165C
python numpy array calculation
[My memo] python -v / python -V
Python Tips (my memo)
[Python] Sorting Numpy data
Python Basic --Pandas, Numpy-
My python data analysis container
Python / Numpy np.newaxis thinking tips
Convert numpy int64 to python int
Python
[Python] Calculation method with numpy
Implemented SMO with Python + NumPy
Matrix multiplication in python numpy
My python data analytics environment
My reverse numpy / scipy memo
Create a python numpy array
[Python] Numpy reference, extraction, combination
Python3 | Getting Started with numpy
Subscript access to python numpy array
Introduction to Python Numerical Library NumPy
[Introduction to Python] <numpy ndarray> [edit: 2020/02/22]
Put python, numpy, opencv3 in ubuntu14
I made my own Python library
Self-organizing map in Python NumPy version
[Python] My stock price forecast [HFT]
My favorite boto3 (Python) API sample
Python application: Numpy Part 3: Double array
Python My Number verification module released
[docker] python3.5 + numpy + matplotlib environment construction
kafka python
numpy practice 1
Python basics ⑤
python + lottery 6
Python Summary
Built-in python