File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2415,9 +2415,6 @@ 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
-
2421
2418
min_itemsize : dict or int, optional
2422
2419
Map column names to minimum string sizes for columns.
2423
2420
nan_rep : Any, optional
@@ -3090,6 +3087,9 @@ def to_csv(
3090
3087
encoding : str, optional
3091
3088
A string representing the encoding to use in the output file,
3092
3089
defaults to 'utf-8'.
3090
+
3091
+ .. versionadded:: 1.1.0
3092
+
3093
3093
errors : str, default 'strict'
3094
3094
Specifies how encoding and decoding errors are to be handled.
3095
3095
See the errors argument for :func:`open` for a full list
Original file line number Diff line number Diff line change @@ -346,13 +346,13 @@ def get_handle(
346
346
Mode to open path_or_buf with.
347
347
encoding : str or None
348
348
Encoding to use.
349
+
350
+ .. versionadded:: 1.1.0
351
+
349
352
errors : str, default 'strict'
350
353
Specifies how encoding and decoding errors are to be handled.
351
354
See the errors argument for :func:`open` for a full list
352
355
of options.
353
-
354
- .. versionadded:: 1.1.0
355
-
356
356
compression : str or dict, default None
357
357
If string, specifies compression mode. If dict, value at key 'method'
358
358
specifies compression mode. Compression mode must be one of {'infer',
You can’t perform that action at this time.
0 commit comments