File tree Expand file tree Collapse file tree 3 files changed +111
-173
lines changed Expand file tree Collapse file tree 3 files changed +111
-173
lines changed Original file line number Diff line number Diff line change @@ -151,6 +151,10 @@ Timeseries
151
151
`Vectorized Lookup
152
152
<http://stackoverflow.com/questions/13893227/vectorized-look-up-of-values-in-pandas-dataframe> `__
153
153
154
+ Turn a matrix with hours in columns and days in rows into a continous row sequence in the form of a time series.
155
+ `How to rearrange a python pandas dataframe?
156
+ <http://stackoverflow.com/questions/15432659/how-to-rearrange-a-python-pandas-dataframe> `__
157
+
154
158
.. _cookbook.resample :
155
159
156
160
Resampling
@@ -233,10 +237,6 @@ The :ref:`CSV <io.read_csv_table>` docs
233
237
`Dealing with bad lines
234
238
<https://github.com/pydata/pandas/issues/2886> `__
235
239
236
- Turn a matrix with hours in columns and days in rows into a continous row sequence in the form of a time series.
237
- `How to rearrange a python pandas dataframe?
238
- <http://stackoverflow.com/questions/15432659/how-to-rearrange-a-python-pandas-dataframe> `__
239
-
240
240
.. _cookbook.sql :
241
241
242
242
SQL
@@ -273,7 +273,7 @@ The :ref:`HDFStores <io.hdf5>` docs
273
273
`Merging on-disk tables with millions of rows
274
274
<http://stackoverflow.com/questions/14614512/merging-two-tables-with-millions-of-rows-in-python/14617925#14617925> `__
275
275
276
- Deduplicating a large store by chunks, essentially a recusive reduction operation. Shows function for taking in data from
276
+ Deduplicating a large store by chunks, essentially a recusive reduction operation. Shows a function for taking in data from
277
277
csv file and creating a store by chunks, with date parsing as well.
278
278
`See here
279
279
<http://stackoverflow.com/questions/16110252/need-to-compare-very-large-files-around-1-5gb-in-python/16110391#16110391> `__
You can’t perform that action at this time.
0 commit comments