jiaxitan / Property-Tax-Imputing

0 stars 0 forks source link

Organize final version of the codes and materials #22

Open jo-fleck opened 1 year ago

jo-fleck commented 1 year ago

Please put together a collection of the final version of the codes and data (Zillow etc, not the ASEC and ACS samples).

  1. Some of the data is currently downloaded in the code from websites using the HTTP.jl package. Please save this data locally and change the codes accordingly.

  2. The collection has to be organized so that it produces the final results and I can run it easily. Please organize it using the following folder structure:

main
main\data_raw
main\data_results
main\figures
main\codes

You can use a (small) number of subfolders with clear names, for example main\data_raw\zillow to help keep materials organized.

  1. When you compile the final version of the code, please only hard-code the main directory and make other directories relative. For example,
main = "/Users/main/Documents/Dropbox/research/property_tax_imputation/"
file_zillow_data = main * "data_raw/zillow.csv"

This keeps your code transparent and I can run it on my computer after copying the folders and adjusting the main directory.

jo-fleck commented 1 year ago

Please let me know if you have questions or need more information on how to organize the materials and codes. I'll be happy to discuss.