Skip to content

Instantly share code, notes, and snippets.

@codecademydev
Created June 19, 2020 07:43
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 codecademydev/a20ba72b6c2c9eb011aa1c83645a147c to your computer and use it in GitHub Desktop.
Save codecademydev/a20ba72b6c2c9eb011aa1c83645a147c to your computer and use it in GitHub Desktop.
Codecademy export
import codeacademylib3_seaborn
from matplotlib import pyplot as plt
import pandas as pd
import seaborn as sns
df = pd.read_csv('WorldCupMatches.csv');
print(df.head())
print(df)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment