Skip to content

Commit 332c4ba

Browse files
committed
DOC: cookbook updates
updates in indexing.rst for view vs copy
1 parent 1380bb8 commit 332c4ba

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/source/cookbook.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,11 @@ 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
277+
csv file and creating a store by chunks, with date parsing as well.
278+
`See here
279+
<http://stackoverflow.com/questions/16110252/need-to-compare-very-large-files-around-1-5gb-in-python/16110391#16110391>`__
280+
276281
`Large Data work flows
277282
<http://stackoverflow.com/questions/14262433/large-data-work-flows-using-pandas>`__
278283

0 commit comments

Comments
 (0)