File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -288,11 +288,8 @@ Other enhancements
288288- :meth: `HDFStore.put ` now accepts `track_times ` parameter. Parameter is passed to ``create_table `` method of ``PyTables `` (:issue: `32682 `).
289289- Make :class: `pandas.core.window.Rolling ` and :class: `pandas.core.window.Expanding ` iterable(:issue: `11704 `)
290290- 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 `)
293291- :meth: `DataFrame.to_csv ` and :meth: `Series.to_csv ` now accept an ``errors `` argument (:issue: `22610 `)
294292
295-
296293.. ---------------------------------------------------------------------------
297294
298295 Increased minimum versions for dependencies
Original file line number Diff line number Diff line change @@ -2367,7 +2367,6 @@ def to_hdf(
23672367 nan_rep = None ,
23682368 dropna : Optional [bool_t ] = None ,
23692369 data_columns : Optional [Union [bool_t , List [str ]]] = None ,
2370- data_columns : Optional [List [str ]] = None ,
23712370 errors : str = "strict" ,
23722371 encoding : str = "UTF-8" ,
23732372 ) -> None :
You can’t perform that action at this time.
0 commit comments