This repository is intended for scripts and findings related to the exploration of UP fiscal data.
- Basic Setup
- Pre-processing
- Exploratory Analysis
This repository is an extension on the project to analyse and explore the Uttar Pradesh fiscal data extracted from the Koshvani platform. The primary focus of the project is education related spending analysis.
Check out the linked repositories for more details around data scoping and data mining.
Following activities are conducted in the repository.
- Pre-process the data to combining various files extracted
- Clean to the data to normalize to begin analysis
- Verify the accuracy of data extracted through automated checks
- Explore and visualise data to identify key focus areas
The tidyverse
and supporting packages from R
are employed to conduct this exercise.
Guidelines to execute the script.
git clone https://github.com/CivicDataLab/up-fiscal-data-explore.git
<< TBD >>
- Open the
up-fiscal-data-explore.Rproj
- Source the
scripts/00-master.R
script
explore
folder contains.Rmd
files and outputs for various steps of the analyses.- You can find the final analyses here: Step 1 / Step 2 / Step 3
You can refer to the contributing guidelines and understand how to contribute.
root
└── contribute/
└── data/
└── explore/
└── step-1/
└── ..
└── scripts/
└── LICENSE.md
└── README.md
This repository is under the MIT License.