We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 034f892 commit 46594cfCopy full SHA for 46594cf
1 file changed
statvar_imports/tuberculosis_percentage/download_who_tuberculosis.py
@@ -46,7 +46,7 @@ def download_tb_percentage_data():
46
47
# 4. Save to CSV in a new folder
48
output_dir = "statvar_imports/tuberculosis_percentage/input_files"
49
- filename = os.path.join(output_dir, "TB_Bacteriologically_Confirmed_Percentage.csv")
+ filename = os.path.join(output_dir, "tuberculosisPercentage_input.csv")
50
51
os.makedirs(output_dir, exist_ok=True)
52
0 commit comments