-
-
Notifications
You must be signed in to change notification settings - Fork 141
CustomBusinessDay annotation is not complete #222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Please provide an example that illustrates a type checker showing an error. |
|
That's not valid code, but this is and will be fixed in a PR: from pandas.tseries.offsets import CustomBusinessDay
from pandas.tseries.holiday import USFederalHolidayCalendar
x = CustomBusinessDay(calendar=USFederalHolidayCalendar()) |
The initializer does not appear to match as it is missing
holidays
andcalendar
https://pandas.pydata.org/docs/reference/api/pandas.tseries.offsets.CustomBusinessDay.htmlThe text was updated successfully, but these errors were encountered: