Skip to content

Commit cd17fd3

Browse files
committed
DOC: more examples in cookbook.rst
1 parent 57c2c93 commit cd17fd3

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

doc/source/cookbook.rst

+11-2
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,12 @@ Grouping
9999
`Create multiple aggregated columns
100100
<http://stackoverflow.com/questions/14897100/create-multiple-columns-in-pandas-aggregation-function>`__
101101

102+
Expanding Data
103+
~~~~~~~~~~~~~~
104+
105+
`Alignment and to-date
106+
<http://stackoverflow.com/questions/15489011/python-time-series-alignment-and-to-date-functions>`__
107+
102108
Splitting
103109
~~~~~~~~~
104110

@@ -171,8 +177,8 @@ SQL
171177
`Reading from databases with SQL
172178
<http://stackoverflow.com/questions/10065051/python-pandas-and-databases-like-mysql>`__
173179

174-
HDF5
175-
~~~~
180+
HDFStore
181+
~~~~~~~~
176182

177183
`Simple Queries with a Timestamp Index
178184
<http://stackoverflow.com/questions/13926089/selecting-columns-from-pandas-hdfstore-table>`__
@@ -186,6 +192,9 @@ HDF5
186192
`Large Data work flows
187193
<http://stackoverflow.com/questions/14262433/large-data-work-flows-using-pandas>`__
188194

195+
`Troubleshoot HDFStore exceptions
196+
<http://stackoverflow.com/questions/15488809/how-to-trouble-shoot-hdfstore-exception-cannot-find-the-correct-atom-type>`__
197+
189198
Storing Attributes to a group node
190199

191200
.. ipython:: python

0 commit comments

Comments
 (0)