Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created May 28, 2021 12:22
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/7c6cf50dab3476a6944bcaf96bf23a46 to your computer and use it in GitHub Desktop.
Save amankharwal/7c6cf50dab3476a6944bcaf96bf23a46 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
data = pd.read_csv("vgsales.csv")
print(data.head())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment