Help doing a table transform and converting a timestamp?
so I've got a data table from a sensor that I am not quite sure how to get formatted correctly. It's a light sensor that outputs voltage readings. The first column in the table is the wavelength measured and then there's 100+ columns for each time instance it measures data. How would I go about transforming or pivoting this correctly? Would just a Table Transpose be the correct activity? Next, adv...