Skip to content

Instantly share code, notes, and snippets.

@gbarreiro
Created January 3, 2021 18:12
# Downloads and loads the dataset
records = pd.read_csv('http://data.europa.eu/euodp/en/data/storage/f/2015-03-13T153634/student_1112.csv', sep=';', decimal='.', low_memory=False, header = 0) # since the dataset is very large, the low_memory flag has to be set to False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment