Here is the sample data:
50.2 95.270 51.1 95.260 52.1 95.040 53.0 95.020 54.0 95.020 55.0 95.110 55.9 95.210 56.9 95.080 57.9 95.070
The x-values are 50.2, 51.1, 52.1, etc. The corresponding y-values are 95.270, 95.260, 95.040, etc. Right now these values are all in one row. How can I have python read the x-values in one column and the y-values in another column?
Commas are not in the dataset by the way...