svalinn / dagmc_stats

Tool for calculating and reporting statistics about DAGMC models
BSD 3-Clause "New" or "Revised" License
1 stars 5 forks source link

Reuse common code for dataframe updates. #96

Open gonuke opened 2 years ago

gonuke commented 2 years ago

There are now three methods that update dataframes to add new columns. They all use the same code, but just act on different objects. It would be useful to have a single update method, and call that from dataframe specific wrappers.