From 6029131e5039e987c28b048db30afe742915f5a0 Mon Sep 17 00:00:00 2001 From: Nathan Sanders Date: Fri, 15 Aug 2014 09:16:00 -0400 Subject: [PATCH] Fixing 'chunksize' parameter name typo io.rst --- doc/source/io.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/io.rst b/doc/source/io.rst index f4065d736a674..baf684056e169 100644 --- a/doc/source/io.rst +++ b/doc/source/io.rst @@ -2722,7 +2722,7 @@ The default is 50,000 rows returned in a chunk. .. code-block:: python - for df in read_hdf('store.h5','df', chunsize=3): + for df in read_hdf('store.h5','df', chunksize=3): print(df) Note, that the chunksize keyword applies to the **source** rows. So if you