This project provides a visual analysis of earthquake activity in Puerto Rico, using geospatial data and interactive maps.
- Earthquake Data Processing: Uses real earthquake data for Puerto Rico.
- Interactive Visualization: Earthquake events visualized on an interactive map using
folium
. - Data Insights: Provides insights into the frequency and distribution of earthquakes.
To set up the project, install the necessary dependencies:
pip install folium
pip install pandas
pip install jupyter-lab