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
Allow pandas 2 (relax pandas<2 -> <3). Unblocks Python 3.12 for downstream repos so they can drop the pandas>=2 override. Only pandas use is pd.Series(...).to_string(), unchanged in pandas 2.