Skip to content

Commit 74a1e65

Browse files
whatsnew entry
1 parent 2ef6343 commit 74a1e65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v3.0.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ Other enhancements
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`).
8080
- Added half-year offset classes :class:`HalfYearBegin`, :class:`HalfYearEnd`, :class:`BHalfYearBegin` and :class:`BHalfYearEnd` (:issue:`60928`)
81+
- Added support to read from Apache Iceberg tables with the new :func:`read_iceberg` function (:issue:`61383`)
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`)
8384
- Improved deprecation message for offset aliases (:issue:`60820`)

0 commit comments

Comments
 (0)