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 current implementation of multiplying pd.ArrowDtype(pa.string()) by an int, requires the int to be a scalar value. It would be nice to allow the int to be a series, that would be similar to pd.StringDtype() as well.