Skip to content

Reduce memory and runtime by only loading some columns in OU catalog in GW_host.md tutorial #9

@jkrick

Description

@jkrick

If we decide to move forward with GW host work, and not drop that from the tutorial, consider the below request.

Change the flow of GW host notebook to not load all columns, but limit the columns loaded to reduce memory usage and runtime.

Currently, below the section where the columns are loaded, we do a df_all_candidates.columns to help users decide which columns might be interesting to filter on when selecting which galaxies to explore further as potential host galaxies. This work of looking at the column names available should be done higher up in the notebook where we are exploring the dataset. Then use that info to inform which columns are kept in the catalog read.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions