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
I was doing some work with frequencies and discovered pd.tseries.offsets.WeekOfMonth and then see that it is not typed correctly in pandas._libs.tseries.offsets.pyi . Constructor is:
For @twoertwein
I was doing some work with frequencies and discovered
pd.tseries.offsets.WeekOfMonth
and then see that it is not typed correctly inpandas._libs.tseries.offsets.pyi
. Constructor is:Right now, it picks up the constructor for
BaseOffset
which is:I'm guessing there might be other classes in
offsets.pyi
that have issues like this, but I'm not sure.The text was updated successfully, but these errors were encountered: