Skip to content

Repository is about GDP per capita data by World Bank. Mostly visualisation examples with Plotly πŸ“Š

Notifications You must be signed in to change notification settings

NorthBrains/GDP-per-capita

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

GDP per Capita data, data sorting and visualisation

Our first project / repository is going to show how we might visualize data and establish the process of sorting data.


By NorthBrains Analytics 🧠


Used Packages πŸ’‘

import pandas as pd
import numpy as np
from matplotlib import pyplot as plt 
import seaborn as sns
import plotly.express as px
from unicodedata import lookup
import plotly.graph_objects as go

Presenting Jupyter charts πŸ“Š

According to official annotation by GitHub on how to present charts saved in Jupyter or Jupyter Notebook, here's a link to nbviewer. All you should do is just to copy and paste our repository's URL.

Repository URL

https://github.com/NorthBrainsAnalytics/GDP-per-capita/blob/main/GDP%20per%20capita.ipynb

About

Repository is about GDP per capita data by World Bank. Mostly visualisation examples with Plotly πŸ“Š

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published