Skip to content

Instantly share code, notes, and snippets.

# Set folder names
input_folder = r'output_csvs_from_mPEnergy'
output_folder = r'reformatted_tpnhhd_data'
archive_folder = r'archive'
# find directory of python script
cPath = os.path.dirname(os.path.abspath(__file__))
# go up one level
folder = os.path.dirname(cPath)