Our first project / repository is going to show how we might visualize data and establish the process of sorting data.
By NorthBrains Analytics π§
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
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