Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Import only *some* data

    Hi friends,

    I am trying to import ECLS-K data, but the data set is far too large for the basic version of data. Is there a stata command that I can run to only import some variables instead of the whole data set?

  • #2
    I'm not sure what you mean by "import" here (-import delimited-?), but if you have a .dta file, you can import only certain variables and/or observations. See this link or

    Code:
    help use
    for the details.

    Comment


    • #3
      some import commands permit ranges (in 1/100000, type of thing). import excel has a cell range option.

      Comment

      Working...
      X