Skip to content

Analyzing CIA Factbook Data Using SQL

Notifications You must be signed in to change notification settings

aolives/Analyzing-CIA-Factbook-Data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Analyzing CIA Factbook Data Using SQL

Binder

In this project, we'll work with data from the CIA World Factbook, a compendium of statistics about all of the countries on Earth. The Factbook contains demographic information like the following:

  • population — the global population
  • population_growth — the annual population growth rate, as a percentage
  • area — the total land and water area

In this guided project, we'll use SQL in Jupyter Notebook to analyze data from this database. If you want to work with this data, you can download the SQLite factbook.db database, it's also included in this repo for your convenience.

More than anything else this project exists to show you that I am familiar with:

  • SQL
  • Jupyter Notebooks

About

Analyzing CIA Factbook Data Using SQL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published