Hello everyone!
I have a table with two columns: created_at
and impression_count
Very simply, I'd like to group the data by created_at
and take the sum of impression_count
for each group.
After that, I'll chart the time-series data with the newly aggregated data.
All would be quite simple in Python/Pandas (my native tongue), but I'm having trouble finding grouping functionality/writing the proper JS in Retool.
Any and all help is greatly appreciated!