This adds a function to date-bin time-series data, including the production of missing rows (emitted as NULL values). By combining this with the provided LOCF window function, it is possible to produce dense bucketed time series entirely within PostgreSQL and with minimal SQL knowledge.
This adds a function to date-bin time-series data, including the production of missing rows (emitted as NULL values). By combining this with the provided LOCF window function, it is possible to produce dense bucketed time series entirely within PostgreSQL and with minimal SQL knowledge.