Alex's data science helper functions
pip install git+https://github.com/alexanderwu/aw.gitOR
uv add --no-sync git+https://github.com/alexanderwu/aw.git
uv pip compile pyproject.toml -o requirements.txt
# uv pip sync requirements.txt
uv pip install -r requirements.txt# uv venv
# source .venv/bin/activate
# uv pip compile -o requirements.txt
uv pip sync requirements.txt
uv pip install -e .