Skip to content

Commit 5bf8adb

Browse files
committed
DOC: de-pep8ified indexing.rst and cleaned up the docs a bit
1 parent 9a06f03 commit 5bf8adb

File tree

3 files changed

+111
-173
lines changed

3 files changed

+111
-173
lines changed

doc/source/cookbook.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,10 @@ Timeseries
151151
`Vectorized Lookup
152152
<http://stackoverflow.com/questions/13893227/vectorized-look-up-of-values-in-pandas-dataframe>`__
153153

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+
154158
.. _cookbook.resample:
155159

156160
Resampling
@@ -233,10 +237,6 @@ The :ref:`CSV <io.read_csv_table>` docs
233237
`Dealing with bad lines
234238
<https://github.com/pydata/pandas/issues/2886>`__
235239

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-
240240
.. _cookbook.sql:
241241

242242
SQL
@@ -273,7 +273,7 @@ The :ref:`HDFStores <io.hdf5>` docs
273273
`Merging on-disk tables with millions of rows
274274
<http://stackoverflow.com/questions/14614512/merging-two-tables-with-millions-of-rows-in-python/14617925#14617925>`__
275275

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
277277
csv file and creating a store by chunks, with date parsing as well.
278278
`See here
279279
<http://stackoverflow.com/questions/16110252/need-to-compare-very-large-files-around-1-5gb-in-python/16110391#16110391>`__

0 commit comments

Comments
 (0)