-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Bug in AbstractHolidayCalendar.holidays #31415
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
As can be seen below: pandas/pandas/tseries/holiday.py Lines 409 to 421 in ec0996c
when In [61]: cal.rules
Out[61]: [] You drop through the loop to L421: self._cache = (start, end, holidays.sort_index()) where |
dhirschfeld
added a commit
to dhirschfeld/pandas
that referenced
this issue
Jan 29, 2020
dhirschfeld
added a commit
to dhirschfeld/pandas
that referenced
this issue
Jan 29, 2020
dhirschfeld
added a commit
to dhirschfeld/pandas
that referenced
this issue
Jan 29, 2020
5 tasks
dhirschfeld
pushed a commit
to dhirschfeld/pandas
that referenced
this issue
Jan 30, 2020
Test for issue pandas-dev#31415
dhirschfeld
pushed a commit
to dhirschfeld/pandas
that referenced
this issue
Jan 30, 2020
Test for issue pandas-dev#31415
dhirschfeld
added a commit
to dhirschfeld/pandas
that referenced
this issue
Jan 30, 2020
dhirschfeld
pushed a commit
to dhirschfeld/pandas
that referenced
this issue
Jan 30, 2020
Test for issue pandas-dev#31415
dhirschfeld
added a commit
to dhirschfeld/pandas
that referenced
this issue
Feb 2, 2020
dhirschfeld
pushed a commit
to dhirschfeld/pandas
that referenced
this issue
Feb 2, 2020
dhirschfeld
pushed a commit
to dhirschfeld/pandas
that referenced
this issue
Feb 3, 2020
dhirschfeld
pushed a commit
to dhirschfeld/pandas
that referenced
this issue
Feb 3, 2020
dhirschfeld
pushed a commit
to dhirschfeld/pandas
that referenced
this issue
Feb 4, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
...when there are no rules.
The text was updated successfully, but these errors were encountered: