A simple interactive dashboard for visualizing New York City taxi trip data. Explore trip durations, distances, fares, and more using intuitive controls and real-time plots.
git clone https://github.com/DLemming/hsfd-data-vis.git
cd hsfd-data-visWe use uv for dependency management (faster than pip). To install all dependencies and activate venv, run:
uv sync
source .venv/bin/activateMake sure you're in the project root. Run the Streamlit app with:
streamlit run 🏠_Overview.pyThe data used is from the NYC Yellow Taxi Trip Data, uploaded to Kaggle by the user ELEMENTO.

