This project analyzes and visualizes taxi demand in Seoul using real-world data. It provides interactive maps and data analysis tools to help understand taxi usage patterns across different regions and times.
-
Final_Map.py
Generates the final interactive map visualizing taxi demand data. -
map.py
Contains core logic for processing taxi data and generating map visualizations. -
map.html
Output HTML file displaying the interactive map. -
population_example.ipynb
Jupyter notebook demonstrating population data analysis and its relation to taxi demand. -
taxi data.png
Image visualizing taxi data statistics. -
README.md
Project documentation. -
발표 자료.pdf
Presentation slides (PDF) summarizing the project. -
발표자료_최종.pptx
Final presentation slides (PowerPoint).
- Data preprocessing and analysis of Seoul taxi demand.
- Interactive map visualization of taxi demand hotspots.
- Integration of population data for deeper insights.
- Presentation materials for sharing findings.
-
Install Dependencies
Make sure you have Python 3.x and Jupyter Notebook installed.
Install required packages:pip install pandas folium jupyter matplotlib
-
Run Data Analysis
Open and runpopulation_example.ipynbfor population data analysis. -
Generate Map
RunFinal_Map.pyormap.pyto generate the interactive map.
The output will be saved asmap.html. -
View Results
Openmap.htmlin your browser to explore the interactive map.
- Modify
map.pyorFinal_Map.pyto analyze different datasets or customize the map. - Use the Jupyter notebook for exploratory data analysis.