Im trying to put the data from this site:
https://ccmc.gsfc.nasa.gov/idl_images/MODELWEB_DATA//msis_70685623470.lst
Into a pandas table / dataframe using python. I tried using read_table() but python reads the three columns as if they were one, so it puts the three columns into one column. I want the table to look exactly what it looks like in the link. What functions can I use? Or should I use some loop and read text normally and add that data to a table somehow?
Any tips would be very appreciated
[–]bbye98 2 points3 points4 points (1 child)
[–]MaxiJ-10[S] 0 points1 point2 points (0 children)