Skip to content

Commit c69f83b

Browse files
jrebackgouthambs
authored andcommitted
DOC: cookbook.rst entry
1 parent b14cbc9 commit c69f83b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/source/cookbook.rst

+5-2
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,9 @@ Turn a matrix with hours in columns and days in rows into a continuous row seque
250250
`How to rearrange a python pandas DataFrame?
251251
<http://stackoverflow.com/questions/15432659/how-to-rearrange-a-python-pandas-dataframe>`__
252252

253+
`Dealing with duplicates when reindexing a timeseries to a specified frequency
254+
<http://stackoverflow.com/questions/22244383/pandas-df-refill-adding-two-columns-of-different-shape>`__
255+
253256
.. _cookbook.resample:
254257

255258
Resampling
@@ -477,8 +480,8 @@ Binary Files
477480
~~~~~~~~~~~~
478481

479482
Pandas readily accepts numpy record arrays, if you need to read in a binary
480-
file consisting of an array of C structs. For example, given this C program
481-
in a file called ``main.c`` compiled with ``gcc main.c -std=gnu99`` on a
483+
file consisting of an array of C structs. For example, given this C program
484+
in a file called ``main.c`` compiled with ``gcc main.c -std=gnu99`` on a
482485
64-bit machine,
483486

484487
.. code-block:: c

0 commit comments

Comments
 (0)