Hello Yuri,
I'm trying to view a NumPy 3D array with gtabview
a = np.array(np.random.random((3,4,5)))
Compare
gtabview

with
Spyder variables editor

With an hyper-cube (4 dimensions)
a = np.array(np.random.random((3,4,5,2)))
gtabview

Spyder variables editor

(which means that arrays with more than 3 dimensions can't be displayed)
Being able to view a (3D) cube will help to view a Pandas Panel as slice (and not only a flatten Panel as it's done actually).
An Excel file is also a kind of (3D) cube.
First dimension is sheetname
Second is row
Third is column
Kind regards
Hello Yuri,
I'm trying to view a NumPy 3D array with gtabview
Compare

gtabview
with
Spyder variables editor

With an hyper-cube (4 dimensions)
gtabview

Spyder variables editor

(which means that arrays with more than 3 dimensions can't be displayed)
Being able to view a (3D) cube will help to view a Pandas Panel as slice (and not only a flatten Panel as it's done actually).
An Excel file is also a kind of (3D) cube.
First dimension is sheetname
Second is row
Third is column
Kind regards