File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -250,6 +250,9 @@ Turn a matrix with hours in columns and days in rows into a continuous row seque
250
250
`How to rearrange a python pandas DataFrame?
251
251
<http://stackoverflow.com/questions/15432659/how-to-rearrange-a-python-pandas-dataframe> `__
252
252
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
+
253
256
.. _cookbook.resample :
254
257
255
258
Resampling
@@ -477,8 +480,8 @@ Binary Files
477
480
~~~~~~~~~~~~
478
481
479
482
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
482
485
64-bit machine,
483
486
484
487
.. code-block :: c
You can’t perform that action at this time.
0 commit comments