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
The default value of regex for Series.str.replace() will change from True to False in a future release. In addition, single character regular expressions will not be treated as literal strings when regex=True is set (GH24804)
As such, calls to kenpompy methods that reply on the implicit regex=True have begun printing FutureWarnings at runtime:
/kenpompy/kenpompy/summary.py:111: FutureWarning: The default value of regex will change from True to False in a future version.