aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/utils/ds.py
Commit message (Collapse)AuthorAgeFilesLines
* utils: Add ds.py with function "dictlist_to_dataframe()"Aaron LI2017-08-031-0/+82
This function convert a list of dictionaries created by e.g., GalaxyClusters._simulate_halos() to be a Pandas DataFrame. Signed-off-by: Aaron LI <aly@aaronly.me>