Skip to content

Instantly share code, notes, and snippets.

@FelixChop
Created February 25, 2020 11:08
Show Gist options
  • Select an option

  • Save FelixChop/59522419b06d099ec079bde0ecb7808f to your computer and use it in GitHub Desktop.

Select an option

Save FelixChop/59522419b06d099ec079bde0ecb7808f to your computer and use it in GitHub Desktop.
import pandas as pd
data = pd.read_csv('path/dataset.csv') # pd.read_excel or pd.read_sas, depending on your file type
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment