Reading csv with specific formats via pandas read_csv
I am trying to read a file of atomic masses and other information from here. I am using pandas.read_csv
for this task. Currently my reading code looks something like this:
I am trying to read a file of atomic masses and other information from here. I am using pandas.read_csv
for this task. Currently my reading code looks something like this: