We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 878d860 + 21dbeed commit 67b08f6Copy full SHA for 67b08f6
doc/source/cookbook.rst
@@ -1006,6 +1006,9 @@ The :ref:`HDFStores <io.hdf5>` docs
1006
`Merging on-disk tables with millions of rows
1007
<http://stackoverflow.com/questions/14614512/merging-two-tables-with-millions-of-rows-in-python/14617925#14617925>`__
1008
1009
+`Avoiding inconsistencies when writing to a store from multiple processes/threads
1010
+<http://stackoverflow.com/a/29014295/2858145>`__
1011
+
1012
De-duplicating a large store by chunks, essentially a recursive reduction operation. Shows a function for taking in data from
1013
csv file and creating a store by chunks, with date parsing as well.
1014
`See here
0 commit comments