File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -2426,6 +2426,9 @@ def to_hdf(
2426
2426
Specifies how encoding and decoding errors are to be handled.
2427
2427
See the errors argument for :func:`open` for a full list
2428
2428
of options.
2429
+
2430
+ .. versionadded:: 1.1.0
2431
+
2429
2432
min_itemsize : dict or int, optional
2430
2433
Map column names to minimum string sizes for columns.
2431
2434
nan_rep : Any, optional
Original file line number Diff line number Diff line change @@ -369,6 +369,9 @@ def get_handle(
369
369
Specifies how encoding and decoding errors are to be handled.
370
370
See the errors argument for :func:`open` for a full list
371
371
of options.
372
+
373
+ .. versionadded:: 1.1.0
374
+
372
375
compression : str or dict, default None
373
376
If string, specifies compression mode. If dict, value at key 'method'
374
377
specifies compression mode. Compression mode must be one of {'infer',
You can’t perform that action at this time.
0 commit comments