-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Support automatic time binning #427
Comments
@hamilton wrote a blog post about a query to determine the smallest time unit used in some data which could be useful for heuristics here as well: https://www.hamiltonulmer.com/smallest-timegrain-heuristic/. |
Mosaic does support time binning. First, one can directly use existing DuckDB date part methods like p.s. FWIW the |
Not sure if this would fall under Mosaic or DuckDB, but it would also be nice to handle day of week alignment when binning, for MoM and YoY |
It would vibe great if Mosaic had a way to bin time fields by time units (month, day etc) similar to https://vega.github.io/vega-lite/docs/timeunit.html and bin automatically by the most appropriate time unit.
Previous discussion at #283 (comment)
The text was updated successfully, but these errors were encountered: