File tree 2 files changed +0
-4
lines changed
2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -288,11 +288,8 @@ Other enhancements
288
288
- :meth: `HDFStore.put ` now accepts `track_times ` parameter. Parameter is passed to ``create_table `` method of ``PyTables `` (:issue: `32682 `).
289
289
- Make :class: `pandas.core.window.Rolling ` and :class: `pandas.core.window.Expanding ` iterable(:issue: `11704 `)
290
290
- Make ``option_context `` a :class: `contextlib.ContextDecorator `, which allows it to be used as a decorator over an entire function (:issue: `34253 `).
291
- - :meth: `to_csv ` now accepts an ``error `` argument (:issue: `22610 `)
292
- - :meth: `DataFrame.to_csv ` and :meth: `Series.to_csv ` now accept an ``error `` argument (:issue: `22610 `)
293
291
- :meth: `DataFrame.to_csv ` and :meth: `Series.to_csv ` now accept an ``errors `` argument (:issue: `22610 `)
294
292
295
-
296
293
.. ---------------------------------------------------------------------------
297
294
298
295
Increased minimum versions for dependencies
Original file line number Diff line number Diff line change @@ -2367,7 +2367,6 @@ def to_hdf(
2367
2367
nan_rep = None ,
2368
2368
dropna : Optional [bool_t ] = None ,
2369
2369
data_columns : Optional [Union [bool_t , List [str ]]] = None ,
2370
- data_columns : Optional [List [str ]] = None ,
2371
2370
errors : str = "strict" ,
2372
2371
encoding : str = "UTF-8" ,
2373
2372
) -> None :
You can’t perform that action at this time.
0 commit comments