Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created June 24, 2021 11:41
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/3eabb3f5daed8a595c8af6dc01a6dbec to your computer and use it in GitHub Desktop.
Save amankharwal/3eabb3f5daed8a595c8af6dc01a6dbec to your computer and use it in GitHub Desktop.
import pandas as pd
import numpy as np
import seaborn as sns
import matplotlib.pyplot as plt
data = pd.read_csv("https://raw.githubusercontent.com/amankharwal/Website-data/master/Billionaire.csv")
print(data.head())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment