Closed captDaylight closed 5 years ago
In the numpy notebook, in the section # 3-D array (matrix) I see that when you run the cell one of the outputs is x ndim: 2. Seems that the title is in conflict with how numpy categorizes it and I've always considered [[], []] to be 2d.
# 3-D array (matrix)
x ndim: 2
[[], []]
good catch. I've fixed the confusion
In the numpy notebook, in the section
# 3-D array (matrix)
I see that when you run the cell one of the outputs isx ndim: 2
. Seems that the title is in conflict with how numpy categorizes it and I've always considered[[], []]
to be 2d.