Import data with start and end date in columns
Posted: Wed May 03, 2017 2:40 am
Hello,
I have text file in the following format:
isin startdate enddate volume art
xyz 2002q1 2006q3 100 10
zas 2001q1 2016q3 200 50
...
I would like to have import this file and create time series for every isin from the start to enddate. The variables volume and art should be the same for every single observation. How can I accomplish this?
Thanks.
I have text file in the following format:
isin startdate enddate volume art
xyz 2002q1 2006q3 100 10
zas 2001q1 2016q3 200 50
...
I would like to have import this file and create time series for every isin from the start to enddate. The variables volume and art should be the same for every single observation. How can I accomplish this?
Thanks.