-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
'base' argument when resampling has no effect #22855
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
What's your expected output? |
Oh, I missed that. I expected to get '2018-06-30' and '2018-12-31' for base 6. Would be nicer if it generates some error message says base can only apply to smaller than a day. |
Hi Tom, hi Matthew.
As I understand, This is related to this ticket I opened some time ago (I did not see Am I missing something? |
Here is currently the code I am using to bypass the "notworking-ness" of base parameter.
A bit lengthy maybe :) |
I seem to encounter the similar issue with #10530 which is marked closed.
the
base
parameter can be anything that doesn't affect the result or generate error (version 0.23.4)The text was updated successfully, but these errors were encountered: