Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 821 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 821 Bytes

NPD_final

A repo for final project for "Programming Tools in Python" course at Mathematics and Informatics faculty at University of Warsaw in winter semester of 2022

The task given was to write a pip-installable package for the analysis of files indicating Poland's income from personal income tax (PIT). The data is provided as Excel spreadsheets that can be downloaded from the government's website, with income registered in subdivisions on local, territorial governing bodies (Jednostki samorządu terytorialnego).

The documentation file with described inner workings of the package is marked as Documentation.pdf

The package name is taxes, it is PIP-installable. The project has CI implemented in pre-commit file.

The demonstration of package's capabilities is done in file Driver.ipynb