In my excel file, I have a list of some 7000-8000 binary chemical compounds. (Consists of 2 elements only).
And I have segregated them into their component elements, i.e., I have 2 columns of elements, namely: First Element and Second Element.
I have attached a screenshot below:
Now I want to fill in the respective Atomic Number and Atomic Weight beside every element as per a predefined list using Python.
How do I do that?
I have attached a screenshot of my predefined list below, as well:
People have told me things like, use the "CSV" package or the "pandas" package, but I would request some more procedural help wrt to the above packages or any other method you might suggest.
Also, if it cannot be done via Python, I am open to other languages as well.