Hello,
In the course 'Python for Trading : Basic', Section 7, Unit 8, there is a section 'Slicing a two-dimensional array'. In [12] uses arange function which says:
"A2 = np.arange(50).reshape(5,10) #Create an array with 5 rows, 10 columns that has values from 1 to 50."
I think the explanation here should say "#Create an array with 5 rows, 10 columns that has values from 0 to 49."
Please correct me if I am wrong.
Hi kanika,
Thanks for the feedback, We will fix the comment.
Thanks,
Ashish