-
Notifications
You must be signed in to change notification settings - Fork 42
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
Add data for population aged 10 years and over by marital status and sex #147
Comments
My first PR and I like to contribute. I found the dataset from Open Nepal. Please review: https://github.com/opennepal/odp-census/blob/master/Population%20aged%2010%20years%20and%20over%20by%20marital%20status,%20sex%20and%205%20years%20age%20group/data.csv?raw=true |
I believe that is indeed the data set for this issue, and we would welcome your contribution to NepalMap. Please feel free to claim this ticket. Do you need any information or guidance on how to transform and integrate a data set into NepalMap? I will be happy to offer guidance or assistance when needed. One request I have is that you would make public the tool or script you use to transform the data into the form needed for NepalMap. We have a set of scripts in the maptools project. Specifically, there is a directory for scripts for transforming OpenNepal's census data here. If you write a script for data transformation, can you submit a PR to have it included in that project? This provides transparency and reproducibility for our data transformations. Adapting or improving one of the current scripts to serve for transforming the marriage data is welcome as well. |
I will fork the project and start working on it. I see the python scripts in https://github.com/Code4Nepal/maptools/tree/master/opennepal/odpcensus/age.py. I can do something similar to that. How does that sound? thanks! |
That all sounds good. As far as claiming a ticket goes, there is a way to assign an issue to a user, but it appear that only applies to internal team members. Instead, I will remove the Help Wanted label on this issue. Thanks for contributing. Please let me know if you have any questions or want any guidance. |
@cliftonmcintosh
|
I believe the fields for this data set would be: Here is what the first two columns in the data set would likely be turned into: The geo_level for district-level data is I'm not sure how this data gets visualized. You might look at South Africa's Wazimap or Kenya's Hurumap to get ideas of ways to present data sliced three ways ("sex", "age group" and "marital status"). Once a table is populated, you can choose to visualize by only some of the categories. For example, you might decide to display data only based on age group and marital status, not also splitting by sex. I'm not suggesting you should or should not do that. This is only an example of how to simplify for display purposes. |
I wanted to see whether this is still a data set you are interested in working on. If so, please let us know if there is any guidance or assistance we can provide. |
Is this part of the census, @ravinepal ?
The text was updated successfully, but these errors were encountered: