Skip to content

Instantly share code, notes, and snippets.

@dmarcelinobr
Created January 6, 2014 00:28
Show Gist options
  • Save dmarcelinobr/8276158 to your computer and use it in GitHub Desktop.
Save dmarcelinobr/8276158 to your computer and use it in GitHub Desktop.
time to import a text delimited file (458 MB)
. timer on 1
. import delimited "/Users/dmarcelino/Documents/My Data/BRAZIL/Eleicoes_new/cand_Brazil.txt", delimite r(";") varnames(1) case(preserve)
(39 vars, 1248456 obs)
. timer off 1
. timer list 1
1: 134.37 / 1 = 134.3660
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment