=================== Data Transformation =================== Overview ======== The data transformation for **WASH Futures Explorer** is performed within a Jupyter Notebook, located in the `src` folder as `main.ipynb`. This notebook prepares the raw data for visualisation by performing multiple transformation steps on the IFs and JMP datasets, which are essential for calculating progress rates and organizing WASH indicators. Required libraries are listed in the `requirements.txt` file in the `src` folder. Transformation Steps ==================== .. toctree:: :maxdepth: 2 1_code_preparation 2_code_ifs_dataset 3_code_jmp_dataset 4_code_post_data_transformation ---