Pandas accessors for petrologists
First, import the petropandas. Note that numpy, matplotlib.pyplot, pandas and seaborn are also imported using common aliases np, plt, pd and sns:
from petropandas import *
You are now ready to use petropandas tools.
df = pd.read_excel("some/folder/data.xlsx")
df.oxides.molprop()
df.oxides.cations(noxy=12)
df.ree.normalize(reservoir='CI Chondrites', reference='McDonough & Sun 1995')