500 CSVs, each with over 1 million rows need to be merged together into one CSV.
- each CSV represents a sensor which recorded a value and the timestamp of the recording, will millions of timestamp/value rows
- all CSVs have the same number of rows
How can we "merge" the CSVs such that each sensor's value-column is added to the merged CSV (500 value columns), and the timestamps for each row for each sensor are averaged into a single column?
sensor1.csv
