We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The conversion from start_date to base_date on https://github.com/pydata/pandas/blob/master/pandas/tseries/holiday.py#L206 drops tz information, which causes the DatetimeIndex constructor to barf if end_date is tz-aware. Fixed by #9824.
start_date
base_date
DatetimeIndex
The text was updated successfully, but these errors were encountered:
Holiday.dates
closed by #9824
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
The conversion from
start_date
tobase_date
on https://github.com/pydata/pandas/blob/master/pandas/tseries/holiday.py#L206 drops tz information, which causes theDatetimeIndex
constructor to barf if end_date is tz-aware. Fixed by #9824.The text was updated successfully, but these errors were encountered: