Skip to content

Commit 33bfc31

Browse files
committed
Update whatsnew v3.0.0.rst
1 parent aa9a8a2 commit 33bfc31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: doc/source/whatsnew/v3.0.0.rst

+1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ Other enhancements
7777
- :meth:`pandas.concat` will raise a ``ValueError`` when ``ignore_index=True`` and ``keys`` is not ``None`` (:issue:`59274`)
7878
- :py:class:`frozenset` elements in pandas objects are now natively printed (:issue:`60690`)
7979
- Add ``"delete_rows"`` option to ``if_exists`` argument in :meth:`DataFrame.to_sql` deleting all records of the table before inserting data (:issue:`37210`).
80+
- Added ``tzdata`` to the ``_hard_dependencies`` (:issue:`61273`)
8081
- Added half-year offset classes :class:`HalfYearBegin`, :class:`HalfYearEnd`, :class:`BHalfYearBegin` and :class:`BHalfYearEnd` (:issue:`60928`)
8182
- Errors occurring during SQL I/O will now throw a generic :class:`.DatabaseError` instead of the raw Exception type from the underlying driver manager library (:issue:`60748`)
8283
- Implemented :meth:`Series.str.isascii` and :meth:`Series.str.isascii` (:issue:`59091`)

0 commit comments

Comments
 (0)