Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Figure out date usage #296

Open
robynstuart opened this issue Mar 7, 2024 · 0 comments
Open

Figure out date usage #296

robynstuart opened this issue Mar 7, 2024 · 0 comments
Labels
question further information is requested

Comments

@robynstuart
Copy link
Collaborator

@MObrien-IDM or @mzimmermann-IDM can you clarify how the lists of dates are used? These ones:

    # Dates
    State('dobs',               [], list),  # Dates of birth of children
    State('still_dates',        [], list),  # Dates of stillbirths -- list of lists
    State('miscarriage_dates',  [], list),  # Dates of miscarriages -- list of lists
    State('abortion_dates',     [], list),  # Dates of abortions -- list of lists
    State('short_interval_dates',[], list),  # age of agents at short birth interval -- list of lists

These end up being a pretty long list, I'm wondering whether we might want to refactor these into a dataframe or other format that's easier to work with. Alternatively, if these aren't used often, we could either remove them altogether or place them in an analyzer.

@robynstuart robynstuart added the question further information is requested label Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant