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
Not sure where the bug is occurring or how the original Series is able to be mutated. The symptom is passing a bool dtype pandas Series to analyze() initially works, but the original Series is than converted to int, where True = 2 and False = 3.