Answers for "how can I take vertical slice of array in python?"

2

numpy how to slice individual columns

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

Code answers related to "how can I take vertical slice of array in python?"

Python Answers by Framework

Browse Popular Code Answers by Language