An open API service indexing awesome lists of open source software.

https://github.com/anas436/waffle-charts-word-clouds-and-regression-plots-using-python


https://github.com/anas436/waffle-charts-word-clouds-and-regression-plots-using-python

image jupyterlab matplotlib numpy pandas python3 seaborn stopwords worldcloud

Last synced: 28 days ago
JSON representation

Awesome Lists containing this project

README

          

# Waffle-Charts-Word-Clouds-and-Regression-Plots-Using-Python

## Objectives

After completing this lab you will be able to:

* Create Word cloud and Waffle charts.
* Create regression plots with Seaborn library.

## Table of Contents

1. [Exploring Datasets with *p*andas](#0)

2. [Downloading and Prepping Data](#2)

3. [Visualizing Data using Matplotlib](#4)

4. [Waffle Charts](#6)

5. [Word Clouds](#8)

6. [Regression Plots](#10)

# Exploring Datasets with *pandas* and Matplotlib

Toolkits: The course heavily relies on [*pandas*](http://pandas.pydata.org/?utm_medium=Exinfluencer&utm_source=Exinfluencer&utm_content=000026UJ&utm_term=10006555&utm_id=NA-SkillsNetwork-Channel-SkillsNetworkCoursesIBMDeveloperSkillsNetworkDV0101ENSkillsNetwork20297740-2022-01-01) and [*Numpy*](http://www.numpy.org/?utm_medium=Exinfluencer&utm_source=Exinfluencer&utm_content=000026UJ&utm_term=10006555&utm_id=NA-SkillsNetwork-Channel-SkillsNetworkCoursesIBMDeveloperSkillsNetworkDV0101ENSkillsNetwork20297740-2022-01-01) for data wrangling, analysis, and visualization. The primary plotting library we will explore in the course is [Matplotlib](http://matplotlib.org/?utm_medium=Exinfluencer&utm_source=Exinfluencer&utm_content=000026UJ&utm_term=10006555&utm_id=NA-SkillsNetwork-Channel-SkillsNetworkCoursesIBMDeveloperSkillsNetworkDV0101ENSkillsNetwork20297740-2022-01-01).

Dataset: Immigration to Canada from 1980 to 2013 - [International migration flows to and from selected countries - The 2015 revision](http://www.un.org/en/development/desa/population/migration/data/empirical2/migrationflows.shtml?utm_medium=Exinfluencer&utm_source=Exinfluencer&utm_content=000026UJ&utm_term=10006555&utm_id=NA-SkillsNetwork-Channel-SkillsNetworkCoursesIBMDeveloperSkillsNetworkDV0101ENSkillsNetwork20297740-2022-01-01) from United Nation's website

The dataset contains annual data on the flows of international migrants as recorded by the countries of destination. The data presents both inflows and outflows according to the place of birth, citizenship or place of previous / next residence both for foreigners and nationals. In this lab, we will focus on the Canadian Immigration data.