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

Pandas #70

Closed yqin43 closed 3 years ago

yqin43 commented 3 years ago

Description

Pandas data frame is used to handle data instead of the dictionaries/lists used before.

Motivation and Context

Pandas data frame supports more functions compared with dictionaries, lists and etc. It enables more consistent data storage and management. Also, it improves code efficiency.