-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Hello Yuri,
I'm trying to view a NumPy 3D array with gtabview
a = np.array(np.random.random((3,4,5)))
with
With an hyper-cube (4 dimensions)
a = np.array(np.random.random((3,4,5,2)))
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
Metadata
Metadata
Assignees
Labels
No labels


