Answers for "how to slice a column of a numpy array"

2

numpy how to slice individual columns

X = data[:, [1, 9]]
Posted by: Guest on October-11-2020

Code answers related to "how to slice a column of a numpy array"

Python Answers by Framework

Browse Popular Code Answers by Language