Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

extract column numpy array python

# Extract/ Slice only the 3rd column from the numpy array
print(a2[:,[2]])
 
PREVIOUS NEXT
Tagged: #extract #column #numpy #array #python
ADD COMMENT
Topic
Name
6+3 =