Giter Site home page Giter Site logo

analysis_world_population's Introduction

Analysis of the world population in 2015

header

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:

population - The population as of 2015. population_growth - The annual population growth rate, as a percentage. area - The total land and water area.

In this project, we'll use SQL in Jupyter Notebook to explore and analyze data from this database.

Database:

The dataset is quite simple and will not allow us to answer complicated question. It is composed of 11 colums and 262 row.

  • id - id number attribuated to a country.
  • code - country code, made from the two first letters of the country.
  • area - total area of the country (area_water + area_land).
  • population - population of the country
  • population_growth - ratio of the population growth in 2015
  • birth_rate
  • death_rate
  • migration_rate - ratio of people that left the country to another.

It is important to note that the last row (id 262) is not a country but "World" (code: xx). In the end the data is only composed of 261 countries.

Notes:

The database being very simple, we could answer complicated questions. This project was intented to practise my SQL skills and show knowledge of simple and more complicated queries (subqueries).

analysis_world_population's People

Contributors

lord2anil avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.