Analysing CIA Factbook
In this mini-project, we will explore the CIA Factbook Database using Python SQLite and Pandas.
We will learn to explore, analyse and visualise data from a database.
Github Repo | Notebook Preview (nbviewer)
Following Packages and Concepts are explored:
- Pandas - DataFrame (Consolidating Data), read_sql_query
- Matplotlib - Visualisation
- SQLite - Database, connect
- SQL - SELECT, FROM, CAST, WHERE, MAX, MIN, ORDER BY, LIMIT