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
-[ENH]`pivot_longer` now supports named groups where `names_pattern` is a regular expression. A dictionary can now be passed to `names_pattern`, and is internally evaluated as a list/tuple of regular expressions. Issue #1209@samukweku
14
14
-[ENH] Improve selection in `conditional_join`. Issue #1223@samukweku
15
15
-[ENH] Add `col` class for selecting columns within an expression. Currently limited to use within `conditional_join`. PR #1260@samukweku.
16
16
-[ENH] Performance improvement for range joins in `conditional_join`, when `use_numba = False`. Performance improvement for equi-join, when `use_numba = True`. PR #1256, #1267@samukweku
17
+
-[DEPR] Add deprecation warning for `pivot_wider`. Issue #1045@samukweku
0 commit comments