I have a .csv file with several thousands data points in the form:
Timestamp Variable
2016-01-01 00:00:00+00:00 3.6
I would like to import the data and create a 2D array with the timestamps in the first column and the variable values in the second. What's the most efficient way to do it?