MagmaPandas quickstart
Contents:
About
MagmaPandas is a Pandas based tool set for geochemical calculations and modelling.
It makes working with geochemical data easier by extending the Pandas DataFrame
with methods for common calculations, including those for:
mole and cation conversion,
mineral composition by stoichiometry,
melt thermometry,
melt Fe speciation,
melt CO2-H2O saturation pressure
mineral-melt element partition coefficients,
Installation
MagmaPandas can be installed with pip by running:
pip install magmapandas
in a terminal. If you want to install from a specific git branch or release, use:
pip install git+https://github.com/TDGerve/MagmaPandas.git@tag
where tag should be repleaced by the release tag or branch name (e.g. v1.0.0 or development)