This project analyzes Aadhar enrolment data.
src/: Source code modules.data/: Data files (raw and processed).notebooks/: Jupyter notebooks.scripts/: Helper scripts.tests/: Unit tests.
-
Install dependencies:
pip install -r requirements.txt
-
Run the main analysis:
python src/main.py
Data files have been moved to data/raw/ for better organization. You may need to update src/config.py paths to point to the new location if you haven't already.