elphick / mass-composition

Manage mass composition math operations and visualisation
https://elphick.github.io/mass-composition/
MIT License
1 stars 1 forks source link

mc_xarray to_dataframe with original columnnames incorrect #113

Open elphick opened 1 year ago

elphick commented 1 year ago

When applying this mc.data.mc.to_dataframe(original_column_names=True)

The returned columns are: ['WMT', 'DMT', 'H2O', 'H2O', 'FE', 'P', 'SIO2', 'AL2O3']

When what is expected is: ['WMT', 'DMT', 'H2O', 'FE', 'P', 'SIO2', 'AL2O3', 'LOI]