I am currently working on merging in data on country-years to produce a massive master dataset with every variable one could want for every country and year possible. This means my dataset has variables from the UN, WDI, OECD, etc.
I have been doing a good job keeping track of which data is from which source using Notes. Right now, if you are curious about the data source of a variable, you can just write `note variable` and it will tell you the data source.
I am wondering if I can go even further, and make it easy to just select variables based on which data source they come from. I don't want to simply add suffixes to names, since as anyone who has worked with WDI data can attest to, the names are already complicated enough. Are there any other ways you are aware of that I can attach meta-data to variables to make it easier to keep track of this complicated dataset?
Thanks for the help.
I have been doing a good job keeping track of which data is from which source using Notes. Right now, if you are curious about the data source of a variable, you can just write `note variable` and it will tell you the data source.
I am wondering if I can go even further, and make it easy to just select variables based on which data source they come from. I don't want to simply add suffixes to names, since as anyone who has worked with WDI data can attest to, the names are already complicated enough. Are there any other ways you are aware of that I can attach meta-data to variables to make it easier to keep track of this complicated dataset?
Thanks for the help.
Comment