This is the United Nations World Population Prospects 2019 Dataset, cleaned and formatted as CSV.
This is the United Nations World Population Prospects 2019 Dataset, cleaned and formatted as CSV.
This file contains 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
git config user.email "<your_project_email>" | |
git config user.name "<your_name>" | |
git config credential.username "<your_username>" | |
[optional] git config credential.helper store |