As I am not so sure on how to google that question, trying my luck here:
My data is essentially a log, represented as time-series with IDs. I want to have a histogram that shows how many IDs are in the timeseries e.g. in range [1..5][5..10][10..15][15..20][>20] times.
How can I achieve that ?
To illustrate: Think of logging key strokes on a key board in a time series, one character per line entry. I am not interested in the specific "count" for characters "e" or "n", but rather how many characters in total fall into each range.
Thanks for support