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 @@ -2421,6 +2421,9 @@ def to_hdf(
24212421 Specifies how encoding and decoding errors are to be handled.
24222422 See the errors argument for :func:`open` for a full list
24232423 of options.
2424+
2425+ .. versionadded:: 1.1.0
2426+
24242427 min_itemsize : dict or int, optional
24252428 Map column names to minimum string sizes for columns.
24262429 nan_rep : Any, optional
Original file line number Diff line number Diff line change @@ -350,6 +350,9 @@ def get_handle(
350350 Specifies how encoding and decoding errors are to be handled.
351351 See the errors argument for :func:`open` for a full list
352352 of options.
353+
354+ .. versionadded:: 1.1.0
355+
353356 compression : str or dict, default None
354357 If string, specifies compression mode. If dict, value at key 'method'
355358 specifies compression mode. Compression mode must be one of {'infer',
You can’t perform that action at this time.
0 commit comments