My table.txt file is a simulation file it writes like this:
# t (s) mx () my () mz () E_total (J)
1e-09 0.9999239 0.008726204 0 -1.5230464e-14
2e-09 0.9996954 0.017449748 0 -6.091727e-14
3e-09 0.9993148 0.02616798 0 -1.3704653e-13
and in the headers there is a space between the mx and parenthesis, mx (), so I didn’t know what delimiter to use there, del = " " doesn’t work. Actually, I haven’t spent much time in DataFrames since Pandas works perfectly in this situation.