We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1380bb8 commit 332c4baCopy full SHA for 332c4ba
doc/source/cookbook.rst
@@ -273,6 +273,11 @@ The :ref:`HDFStores <io.hdf5>` docs
273
`Merging on-disk tables with millions of rows
274
<http://stackoverflow.com/questions/14614512/merging-two-tables-with-millions-of-rows-in-python/14617925#14617925>`__
275
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
+
281
`Large Data work flows
282
<http://stackoverflow.com/questions/14262433/large-data-work-flows-using-pandas>`__
283
0 commit comments