What are the key features of Python?
Sir , when I execute "C=np.arrange(1,26).reshape(5,5) , it says that module 'numpy' has no attribute 'arrange'.....Please help me out
unable to understand the answer of exercise 2 plz help me
i tried to use the column index as well for accessing 1st columnc[0:4][0]..but it returns array([1, 2, 3, 4, 5 ])i cant understand how it works pls explain
what is the purpose of striding()?
Did not clearly understnd with the exmple. as the import numpy as num function did not work,
20101 visits
Outline:Create a one-dimensional array Create a two-dimensional array Accessing individual elements of an array How to change the value of an array How to change more than one elements at a time Negative indexing of arrays Slicing of an array Striding of an array Access only the odd rows and columns of an array Examples to demonstrate all the manipulations of arrays
Create a one-dimensional array Create a two-dimensional array Accessing individual elements of an array How to change the value of an array How to change more than one elements at a time Negative indexing of arrays Slicing of an array Striding of an array Access only the odd rows and columns of an array Examples to demonstrate all the manipulations of arrays
Show video info
Pre-requisite