Introduction
Range buckets help group data into ranges so you can see how many items fall into each range.
When you want to count how many products fall into different price ranges.
When you want to see how many users are in different age groups.
When you want to analyze data by time periods, like visits in different hours.
When you want to group measurements like temperature into ranges.
When you want to summarize data by ranges instead of exact values.