File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -320,6 +320,10 @@ def read_hdf(
320320 mode : {'r', 'r+', 'a'}, default 'r'
321321 Mode to use when opening the file. Ignored if path_or_buf is a
322322 :class:`pandas.HDFStore`. Default is 'r'.
323+ errors : str, default 'strict'
324+ Specifies how encoding and decoding errors are to be handled.
325+ See the errors argument for :func:`open` for a full list
326+ of options.
323327 where : list, optional
324328 A list of Term (or convertible) objects.
325329 start : int, optional
@@ -332,10 +336,6 @@ def read_hdf(
332336 Return an iterator object.
333337 chunksize : int, optional
334338 Number of rows to include in an iteration when using an iterator.
335- errors : str, default 'strict'
336- Specifies how encoding and decoding errors are to be handled.
337- See the errors argument for :func:`open` for a full list
338- of options.
339339 **kwargs
340340 Additional keyword arguments passed to HDFStore.
341341
You can’t perform that action at this time.
0 commit comments