To explain it as simple as possible. I have multiple csv files in one directory. These csv files have temperature readings at different heights (along with other variables). I want a script that goes through all csv files and outputs each of their temperature column and date into it's own separate column a new csv called say.. "master temperature"
so let's say I have 5 files the output csv file header should look like:
date,temperature,date,temperature,date,temperature,date,temperature,date,temperature