Heatmap and time series aggregator Lab is useful for two operations, the first being aggregation or reduction of time series data. This is useful if you have data with high temporal resolution, but wish to aggregate data to get averages for larger time intervals.
Select and upload your data file here. Accepted format is csv with timestamp in first column and value in second column. If you want to load sample data, please
The heatmap generator takes comma (;) separated data as input, arranged in the following way
timestamp; value
The most straightforward way to manage your data is probably to set it up in Excel, save it as a CSV file.