Skip to content

Commit 2bde9e0

Browse files
committed
DOC: cookbook examples
1 parent 1585aa4 commit 2bde9e0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/source/cookbook.rst

+9
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,12 @@ The :ref:`Pivot <reshaping.pivot>` docs.
179179
`Frequency table like plyr in R
180180
<http://stackoverflow.com/questions/15589354/frequency-tables-in-pandas-like-plyr-in-r>`__
181181

182+
Apply
183+
~~~~~
184+
185+
`Turning embeded lists into a multi-index frame
186+
<http://stackoverflow.com/questions/17349981/converting-pandas-dataframe-with-categorical-values-into-binary-values>`__
187+
182188
Timeseries
183189
----------
184190

@@ -298,6 +304,9 @@ The :ref:`CSV <io.read_csv_table>` docs
298304
`Reading CSV with Unix timestamps and converting to local timezone
299305
<http://nipunbatra.wordpress.com/2013/06/07/pandas-reading-csv-with-unix-timestamps-and-converting-to-local-timezone/>`__
300306

307+
`Write a multi-row index CSV without writing duplicates
308+
<http://stackoverflow.com/questions/17349574/pandas-write-multiindex-rows-with-to-csv>`__
309+
301310
.. _cookbook.sql:
302311

303312
SQL

0 commit comments

Comments
 (0)