Zero Migration Write Up#36
Open
rayapudisaiakhil wants to merge 12 commits intodatacommunitydc:mainfrom
Open
Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds data files to support a "Zero Migration Write Up" analysis comparing population patterns between High-Income Countries (HIC) and Low-Income Countries (LIC). The changes include three CSV data files and a modification to .gitignore to allow CSV files to be tracked in the repository.
Key changes:
- Uncommented the
*.csvexclusion in .gitignore to allow CSV files in the repository - Added ISO country code reference data for country name standardization
- Added GDP projection data with income classifications (2025-2035)
- Added historical GDP data (1996-2025)
Reviewed changes
Copilot reviewed 4 out of 16 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .gitignore | Modified to allow CSV files to be tracked in the repository |
| Team_Projects/wikipedia-iso-country-codes.csv | ISO 3166 country code reference data with 247 countries |
| Team_Projects/gdp_melted_with_classification_final.csv | GDP projections (2025-2035) with income classifications for analysis |
| Team_Projects/gdp_melted.csv | Historical GDP data (1996-2025) for various countries and regions |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
thepank25
approved these changes
Dec 3, 2025
agurvich
requested changes
Dec 3, 2025
Collaborator
agurvich
left a comment
There was a problem hiding this comment.
Please put your content into a folder inside the team projects directory and restore the sample team directory
thepank25
approved these changes
Dec 3, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
From the excel sheets UN_Shr_projections and UN_Pop_projections, we are comparing Zero migration population to understand the patterns in HIC(High Income) and LIC(Low Income) groups.
Filters used:
Age = 15-19, 20-24
Sex = both
We now have Top 10 countries in both HIC and LIC groups and can make a comparison between them to understand the differences