Skip to content

Commit 0208993

Browse files
author
Santhosh18
committed
Added Whatsnew info
1 parent abe0580 commit 0208993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v1.1.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,7 @@ Other enhancements
318318
- :meth:`DataFrame.cov` and :meth:`Series.cov` now support a new parameter ddof to support delta degrees of freedom as in the corresponding numpy methods (:issue:`34611`).
319319
- :meth:`DataFrame.to_html` and :meth:`DataFrame.to_string`'s ``col_space`` parameter now accepts a list or dict to change only some specific columns' width (:issue:`28917`).
320320
- :meth:`DataFrame.to_excel` can now also write OpenOffice spreadsheet (.ods) files (:issue:`27222`)
321+
- :meth:'DataFrame.explode' can now infer dtypes (:issue:`34923`)
321322

322323
.. ---------------------------------------------------------------------------
323324
@@ -1136,7 +1137,6 @@ Other
11361137
- Bug in :class:`Tick` comparisons raising ``TypeError`` when comparing against timedelta-like objects (:issue:`34088`)
11371138
- Bug in :class:`Tick` multiplication raising ``TypeError`` when multiplying by a float (:issue:`34486`)
11381139
- Passing a `set` as `names` argument to :func:`pandas.read_csv`, :func:`pandas.read_table`, or :func:`pandas.read_fwf` will raise ``ValueError: Names should be an ordered collection.`` (:issue:`34946`)
1139-
11401140
.. ---------------------------------------------------------------------------
11411141
11421142
.. _whatsnew_110.contributors:

0 commit comments

Comments
 (0)