DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
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
COMMENT
Name
4+4 =
Submit