Skip to content

Commit 1955b05

Browse files
committed
Remove change content from whatsnew v3.0.0.rst
1 parent 3660538 commit 1955b05

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ 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`)
8180
- Added half-year offset classes :class:`HalfYearBegin`, :class:`HalfYearEnd`, :class:`BHalfYearBegin` and :class:`BHalfYearEnd` (:issue:`60928`)
8281
- 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`)
8382
- Implemented :meth:`Series.str.isascii` and :meth:`Series.str.isascii` (:issue:`59091`)

0 commit comments

Comments
 (0)