
Gavin R. answered 03/14/21
Tutor
5.0
(122)
Experienced Coding Instructor and Tutor
>>>ipython
>>>import numpy as np
>>>np.array([[range(1000)]*1000])
Syeda H.
asked 03/05/21Which of the following statements is true with respect to displaying an array of 1000 items or more?
NumPy always drops the middle rows and middle columns from the output. | |
NumPy always drops only the middle rows from the output. | |
NumPy always drops only the middle columns from the output | |
NumPy drops the middle rows, middle columns or both from the output. |
Gavin R. answered 03/14/21
Experienced Coding Instructor and Tutor
>>>ipython
>>>import numpy as np
>>>np.array([[range(1000)]*1000])
Get a free answer to a quick problem.
Most questions answered within 4 hours.
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.