File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -320,6 +320,10 @@ def read_hdf(
320
320
mode : {'r', 'r+', 'a'}, default 'r'
321
321
Mode to use when opening the file. Ignored if path_or_buf is a
322
322
: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.
323
327
where : list, optional
324
328
A list of Term (or convertible) objects.
325
329
start : int, optional
@@ -332,10 +336,6 @@ def read_hdf(
332
336
Return an iterator object.
333
337
chunksize : int, optional
334
338
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.
339
339
**kwargs
340
340
Additional keyword arguments passed to HDFStore.
341
341
You can’t perform that action at this time.
0 commit comments