TimestampBin months #7
Replies: 2 comments 2 replies
-
You‘re right. Binning by month would need completely different logic. I can‘t tell you exactly when I can look into it. But I could make a TimestampFormat expression so you can get binning by convertig to the same monthly dates (omit the day from the output). |
Beta Was this translation helpful? Give feedback.
-
Sounds good! I think a TimestampFormat expression would help. |
Beta Was this translation helpful? Give feedback.
-
Hi there,
first, thanks for this package @tpetry, it makes working with the database way easier.
I'm currently trying to implement a way to group and sum time based values - TimestampBin works very well with minutes, days, and (I guess) weeks. Because of how date periods work, it doesn't really work with months, as 1 month is always 28 days.
Does anyone have an idea of how to make it work with months? I haven't so far, so I guess I'll go back to grouping by months/years.
Thanks for your ideas 🤙
Beta Was this translation helpful? Give feedback.
All reactions