Hello,
I have 30 files of data with the same variables and format. Each file is the data for the different time period (for example for year 1,2,3). I want to run a command (for example: a regression) and get the result for the whole period of three years. However, I could not append these files because they are extremely heavy.
I am looking for another solution and I see some old posts here discussing about loop function. As I understand with loop function, you can run a command for multiple files at the same time but it will produce separate result for each file.
So could you please help me with this problem? is there any solution without appending these files. Thank you very much!
I have 30 files of data with the same variables and format. Each file is the data for the different time period (for example for year 1,2,3). I want to run a command (for example: a regression) and get the result for the whole period of three years. However, I could not append these files because they are extremely heavy.
I am looking for another solution and I see some old posts here discussing about loop function. As I understand with loop function, you can run a command for multiple files at the same time but it will produce separate result for each file.
So could you please help me with this problem? is there any solution without appending these files. Thank you very much!
Comment