Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created August 9, 2021 07:51
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/c47835f23bb1991e1cbbd2bd84a8c0b9 to your computer and use it in GitHub Desktop.
Save amankharwal/c47835f23bb1991e1cbbd2bd84a8c0b9 to your computer and use it in GitHub Desktop.
import pandas as pd
import matplotlib.pyplot as plt
import seaborn as sns
import numpy as np
data = pd.read_csv("stats.csv")
data.drop(data.tail(1).index, inplace=True)
data.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment