Python Basics Numpy Reshape Method

preview_player
Показать описание
Learn how to reshape a numpy array with the reshape method for python programming

twitter: @python_basics
Рекомендации по теме
Комментарии
Автор

table = table.reshape(1, 2, 5) what it means? i mean 2 is row and 5 is column then 1 is what?

kalpatarunayak