Help Import
Help Import
Description
This entry provides a quick reference for determining which method to use
for reading non-Stata data into memory. See[U] 22 Entering and importing
data for more details.
import excel
import delimited
4. The first line of the file can optionally contain the names of the
variables.
odbc
See infile1.
4. infile (fixed format) has the most capabilities for reading data.
See infile2.
import sas
import spss
import fred
2. To use import fred, you must have a valid API key obtained from the St.
Louis Federal Reserve.
import dbase
spshape2dta
1. spshape2dta translates the .dbf and .shp files of a shapefile into two
Stata datasets.
Video example