Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created December 21, 2020 12:50
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/7c63693612065613e2ec786e51021fd3 to your computer and use it in GitHub Desktop.
Save amankharwal/7c63693612065613e2ec786e51021fd3 to your computer and use it in GitHub Desktop.
import numpy as np # linear algebra
import pandas as pd # data processing, CSV file I/O (e.g. pd.read_csv)
import seaborn as sns
import matplotlib.pyplot as plt
sns.set(style="darkgrid")
plt.style.use("seaborn-pastel")
df = pd.read_excel("Forbes Athlete List 2012-2019.xlsx")
df.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment