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 @@ -312,6 +312,10 @@ def read_hdf(
312
312
mode : {'r', 'r+', 'a'}, default 'r'
313
313
Mode to use when opening the file. Ignored if path_or_buf is a
314
314
:class:`pandas.HDFStore`. Default is 'r'.
315
+ errors : str, default 'strict'
316
+ Specifies how encoding and decoding errors are to be handled.
317
+ See the errors argument for :func:`open` for a full list
318
+ of options.
315
319
where : list, optional
316
320
A list of Term (or convertible) objects.
317
321
start : int, optional
@@ -324,10 +328,6 @@ def read_hdf(
324
328
Return an iterator object.
325
329
chunksize : int, optional
326
330
Number of rows to include in an iteration when using an iterator.
327
- errors : str, default 'strict'
328
- Specifies how encoding and decoding errors are to be handled.
329
- See the errors argument for :func:`open` for a full list
330
- of options.
331
331
**kwargs
332
332
Additional keyword arguments passed to HDFStore.
333
333
You can’t perform that action at this time.
0 commit comments