Skip to content

Commit 6c598fa

Browse files
committed
1 parent d27068f commit 6c598fa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pandas/core/panel4d.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
aliases={'major': 'major_axis', 'minor': 'minor_axis'},
1313
stat_axis=2,
1414
ns=dict(__doc__="""
15-
Represents a 4 dimensional structured
15+
Panel4D is a 4-Dimensional named container very much like a Panel, but
16+
having 4 named dimensions. It is intended as a test bed for more
17+
N-Dimensional named containers.
1618
1719
Parameters
1820
----------

0 commit comments

Comments
 (0)