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-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ Other enhancements
86
86
- Support passing a :class:`Iterable[Hashable]` input to :meth:`DataFrame.drop_duplicates` (:issue:`59237`)
87
87
- Support reading Stata 102-format (Stata 1) dta files (:issue:`58978`)
88
88
- Support reading Stata 110-format (Stata 7) dta files (:issue:`47176`)
89
-
89
+
- :meth:`Dataframe.select_by_substr` is a new method to select columns by substring, with the option to ignore case (defaulted to true) (:issue:`61319`)
0 commit comments