Archives for posts tagged ‘.csv’

Dealing with unhelpful .csv files

The easiest way to get your .csv (comma-separated values) text files into Stata is this: insheet using myfile.csv, comma names This assumes that your .csv file is well-behaved: names are on the first row, and any commas really are field separators. This is sometimes not the case. Recently I got a set of .csv files [...]