Skip to content

Instantly share code, notes, and snippets.

@selva86
Created October 18, 2021 12:28
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 selva86/3a12c786642bb5ca67989b52f247ac5c to your computer and use it in GitHub Desktop.
Save selva86/3a12c786642bb5ca67989b52f247ac5c to your computer and use it in GitHub Desktop.
import pandas as pd
df_raw = pd.read_csv("https://github.com/selva86/datasets/raw/master/mpg_ggplot2.csv")
df_raw.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment