I am trying to import some csv files (50 of them in total) containing panel datasets with 10 cross sections each. I tried to do the following:
Code: Select all
import("text") %file_name @freq W %wkbeginTchaithonov
Moderators: EViews Gareth, EViews Moderator, EViews Jason, EViews Matt
Code: Select all
import("text") %file_name @freq W %wkbeginCode: Select all
import c:\data\stategdp.txt colhead=3 delim=comma @id states @date(year) @destid states @date Code: Select all
import("text") %file_name delim=comma @id region @date(week) @destid region @date I dug in a little bit more, and it seems that the problem is related to region. My region variable is indeed an alpha series, and it makes sense if the problem is related to matching up region with crossid, which is a numeric series. But I don't understand why it affects my REGION but not the STATES in the example, unless yours is a numeric series. Let me know if you have any clues. Thanks.Can't match numeric id series with character id series in "...."
Users browsing this forum: No registered users and 2 guests