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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,7 @@ Other enhancements
48
48
- Allow dictionaries to be passed to :meth:`pandas.Series.str.replace` via ``pat`` parameter (:issue:`51748`)
49
49
- Support passing a :class:`Series` input to :func:`json_normalize` that retains the :class:`Series` :class:`Index` (:issue:`51452`)
50
50
- Support reading value labels from Stata 108-format (Stata 6) and earlier files (:issue:`58154`)
51
+
- Enhanced :func:`import_optional_dependency` with context-aware error messages that suggest relevant alternatives when dependencies are missing (:issue:`62001`)
51
52
- Users can globally disable any ``PerformanceWarning`` by setting the option ``mode.performance_warnings`` to ``False`` (:issue:`56920`)
52
53
- :meth:`Styler.format_index_names` can now be used to format the index and column names (:issue:`48936` and :issue:`47489`)
53
54
- :class:`.errors.DtypeWarning` improved to include column names when mixed data types are detected (:issue:`58174`)
0 commit comments