You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
location_id in dataframe splitting is a bad term--we should change it to the term pop_id or population_id to generally refer to the subpopulation that we are splitting (whether it is a country, or age group, both, etc.) Also, we can have that as an input (using possibly a list with indexing for multiple columns at once, since we have to send it to a tuple first if we want to select by both age and location).
The text was updated successfully, but these errors were encountered:
location_id
in dataframe splitting is a bad term--we should change it to the termpop_id
orpopulation_id
to generally refer to the subpopulation that we are splitting (whether it is a country, or age group, both, etc.) Also, we can have that as an input (using possibly a list with indexing for multiple columns at once, since we have to send it to a tuple first if we want to select by both age and location).The text was updated successfully, but these errors were encountered: