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 current implementation of TimeBucket only allows the use of the required arguments (bucket_width and ts).
It would be nice if the remaining arguments could be used as well with the package. The available argument combinations are as follow:
The text was updated successfully, but these errors were encountered:
Opened a PR for it: #44
Did not include support for timezone, because could not find a way to send a named parameter into the db function
Sorry, something went wrong.
what if make all args required? you still will be able to pass None when calling the function
None
No branches or pull requests
The current implementation of TimeBucket only allows the use of the required arguments (bucket_width and ts).
It would be nice if the remaining arguments could be used as well with the package.
The available argument combinations are as follow:
The text was updated successfully, but these errors were encountered: