You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v3.0.0.rst
+1
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,7 @@ Other enhancements
78
78
- :py:class:`frozenset` elements in pandas objects are now natively printed (:issue:`60690`)
79
79
- Add ``"delete_rows"`` option to ``if_exists`` argument in :meth:`DataFrame.to_sql` deleting all records of the table before inserting data (:issue:`37210`).
- Added support to read from Apache Iceberg tables with the new :func:`read_iceberg` function (:issue:`61383`)
81
82
- 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`)
82
83
- Implemented :meth:`Series.str.isascii` and :meth:`Series.str.isascii` (:issue:`59091`)
83
84
- Improved deprecation message for offset aliases (:issue:`60820`)
0 commit comments