Skip to content

Commit d54b53f

Browse files
committed
DOC: add panelnd section to cookbook.rst
1 parent 15d5f0a commit d54b53f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

doc/source/cookbook.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,20 @@ Levels
110110
`Flatten Hierarchical columns
111111
<http://stackoverflow.com/questions/14507794/python-pandas-how-to-flatten-a-hierarchical-index-in-columns>`__
112112

113+
panelnd
114+
~~~~~~~
115+
116+
The :ref:`panelnd<dsintro.panelnd>` docs.
117+
118+
`Construct a 5D panelnd
119+
http://stackoverflow.com/questions/18748598/why-my-panelnd-factory-throwing-a-keyerror`__
120+
113121
.. _cookbook.missing_data:
114122

115123
Missing Data
116124
------------
117125

118-
The :ref:`missing data <missing_data>` docs.
126+
The :ref:`missing data<missing_data>` docs.
119127

120128
Fill forward a reversed timeseries
121129

doc/source/dsintro.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -915,6 +915,8 @@ copy by default unless the data are heterogeneous):
915915
916916
p4d.transpose(3, 2, 1, 0)
917917
918+
.. _dsintro.panelnd:
919+
918920
PanelND (Experimental)
919921
----------------------
920922

0 commit comments

Comments
 (0)