aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/utils/ds.py
Commit message (Collapse)AuthorAgeFilesLines
* utils/ds: Add pad_dict_list() functionAaron LI2019-02-281-4/+26
|
* 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>