Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created July 12, 2021 11:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amankharwal/733eeda6e611fd050928b1508885603f to your computer and use it in GitHub Desktop.
Save amankharwal/733eeda6e611fd050928b1508885603f to your computer and use it in GitHub Desktop.
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
import seaborn as sns
import plotly.express as px
data = pd.read_csv("https://raw.githubusercontent.com/amankharwal/Website-data/master/unemployment.csv")
print(data.head())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment