Who Treatment Outcome TB and HIV#1937
Who Treatment Outcome TB and HIV#1937HarishC727 wants to merge 7 commits intodatacommonsorg:masterfrom
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces a new statvar import for WHO Tuberculosis treatment outcomes among people living with HIV, including a data download script, manifest, and mapping files. The reviewer feedback highlights a redundant network request in the Python script, incorrect indicator URLs in the documentation and manifest, and several formatting issues such as trailing spaces and missing trailing newlines across multiple files.
statvar_imports/who_tuberculosis/treatmentoutcome_tb_hiv/tb_data_download_who.py
Outdated
Show resolved
Hide resolved
statvar_imports/who_tuberculosis/treatmentoutcome_tb_hiv/metadata.csv
Outdated
Show resolved
Hide resolved
statvar_imports/who_tuberculosis/treatmentoutcome_tb_hiv/tb_data_download_who.py
Show resolved
Hide resolved
statvar_imports/who_tuberculosis/treatmentoutcome_tb_hiv/tuberculosis_outcome_pvmap.csv
Outdated
Show resolved
Hide resolved
statvar_imports/who_tuberculosis/treatmentoutcome_tb_hiv/manifest.json
Outdated
Show resolved
Hide resolved
|
Done
…On Mon, Mar 30, 2026 at 4:35 PM saanikaaa ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In statvar_imports/who_tuberculosis/treatmentoutcome_tb_hiv/manifest.json
<#1937?email_source=notifications&email_token=AYOEZNQ2UDL5N3GFIYO4B3T4TJIINA5CNFSNUABKM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UKJSXM2LFO4XTIMBSHE3TOMBSGM3KM4TFMFZW63VGMF2XI2DPOKSWK5TFNZ2K64DSL5ZGK5TJMV3V6Y3MNFRWW#discussion_r3009088501>
:
> @@ -0,0 +1,26 @@
+{
+ "import_specifications": [
+ {
+ "import_name": "TreatmentOutcome_TB_HIV",
Pls rectify as latest changes
—
Reply to this email directly, view it on GitHub
<#1937?email_source=notifications&email_token=AYOEZNWOXHYQ2ZEUBIMA6SL4TJIINA5CNFSNUABKM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UKJSXM2LFO4XTIMBSHE3TOMBSGM3KM4TFMFZW63VGMF2XI2DPOKSWK5TFNZ2L24DSL5ZGK5TJMV3V63TPORUWM2LDMF2GS33OONPWG3DJMNVQ#pullrequestreview-4029770236>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AYOEZNQEAPJX63FKRIM6TTD4TJIINAVCNFSM6AAAAACXBSRHCCVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHM2DAMRZG43TAMRTGY>
.
You are receiving this because you authored the thread.Message ID:
<datacommonsorg/data/pull/1937/review/4029770236 ***@***.***
.com>
|
| @@ -0,0 +1,26 @@ | |||
| # WHO Treatment Outcome for TB and HIV | |||
|
|
|||
| - source: https://data.who.int/indicators/i/DCDC2EB/625E736 | |||
There was a problem hiding this comment.
Can we add more description about the dataset?
There was a problem hiding this comment.
added description
| "source_files": [ | ||
| "input_files/Tuberculosis_outcome_TB_HIV.csv" | ||
| ], | ||
| "cron_schedule": "0 10 10 * *" |
There was a problem hiding this comment.
Why the schedule is set to daily?
There was a problem hiding this comment.
This is set as to run on 10th of every month.
Changed it to run twice in a month to avoid confusion
PR checklist