This project uses UV for dependency management. To set up the environment:
uv venv eleven_env --python=3.12
source eleven_env/bin/activate # Activate it
uv pip install -e . # Use the pyproject.toml to install dependencies
Fetch data here and store it inside a data folder.
Then, run python3 scripts/extract_and_merge_park_data.py in your terminal to generate the portaventura_world_data.csv file.
Our analysis and results are documented in the final_notebook.
We created a streamlit dashbord to adress the park director's pain points. To access it, run python3 scripts/dashboard.py in your terminal.