Search snippets
Browse Code Answers
FAQ
Usage docs
Log In
Sign Up
Home
Python
python numpy array change axis
Mohamed Azhar
Programming language:
Python
2021-07-20 21:43:17
0
Q:
python numpy array change axis
MEGWAI VICTOREX
Code:
Python
2021-06-20 02:00:42
>>> x = np.array([[1,2,3]]) >>> np.swapaxes(x,0,1) array([[1], [2], [3]])
0
Tags
python
array
change
axis
Related
convert dataframe to numpy array
python plot bins not lining up with axis
how to change the values of a column in numpy array
sum axis in python
dataframe object to numpy array
add a new column to numpy array
vectorize function python numpy
set axis limits matplotlib
sum along axis python
numpy python add array
New to Communities?
Join the community