Hi, I tried this with python.
line.replace('\n',',').strip()
the result is like this:
ENCFF720NRD_POLR2G,
0.492022341246791,
0.49432683771391,
0.498306209291954,
0.499462572697776,
0.501878178815989,
0.505310232483092,
0.50580816832688,
0.508190853066991,
0.515285410047909,
these numbers are still in a column just with a comma at each of the end. however, I want these numbers being one row. How to do that?
Thanks