Skip to content

maarisaay/future-calc

 
 

Repository files navigation

RUN EVERYTHING FROM data dir

Install pre-commit

pre-commit install
pre-commit install-hooks

Create venv

uv venv

Add package

uv add <package>

Sync (after adding, lock, ...)

uv sync

Run tests

python -m scripts.run_tests

Run test

python -m scripts.run_tests <path-to-test-file>

About

Projekt stworzony przez Data Science Club PJATK podczas HACK YEAH 2025. Symulator emerytalny analizujący wpływ inflacji, stażu i danych makroekonomicznych na świadczenia. Odpowiadałam za przygotowanie i integrację danych. Tech: Python, pandas, NumPy.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 99.7%
  • Dockerfile 0.3%