Skip to content
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

Fix for pandas pre 2.2.0 #277

Merged
merged 1 commit into from
Feb 2, 2024
Merged

Fix for pandas pre 2.2.0 #277

merged 1 commit into from
Feb 2, 2024

Conversation

maread99
Copy link
Owner

@maread99 maread99 commented Feb 2, 2024

Fixes to support pandas < 2.2.0 default frequency strings:

pre 2.2 2.2
T min
H h
S s
M ME
Y YE

Fixes to accommodate pandas pre 2.2.0 default frequency strings, "T"
 (now "min"), "H" (now "h"), "S" (now "s"), "M" (now "ME") and "Y"
(now "YE").
@maread99 maread99 added the Fix Bug fix label Feb 2, 2024
@maread99 maread99 merged commit 085babd into master Feb 2, 2024
7 checks passed
@maread99 maread99 deleted the fix-pandas branch February 2, 2024 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fix Bug fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant