File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -2415,6 +2415,9 @@ def to_hdf(
2415
2415
Specifies how encoding and decoding errors are to be handled.
2416
2416
See the errors argument for :func:`open` for a full list
2417
2417
of options.
2418
+
2419
+ .. versionadded:: 1.1.0
2420
+
2418
2421
min_itemsize : dict or int, optional
2419
2422
Map column names to minimum string sizes for columns.
2420
2423
nan_rep : Any, optional
Original file line number Diff line number Diff line change @@ -350,6 +350,9 @@ def get_handle(
350
350
Specifies how encoding and decoding errors are to be handled.
351
351
See the errors argument for :func:`open` for a full list
352
352
of options.
353
+
354
+ .. versionadded:: 1.1.0
355
+
353
356
compression : str or dict, default None
354
357
If string, specifies compression mode. If dict, value at key 'method'
355
358
specifies compression mode. Compression mode must be one of {'infer',
You can’t perform that action at this time.
0 commit comments