This repository contains a Jupyter Notebook that performs the study and visualization of earthquake data of India for the past 10 years. The data was obtained from the United States Geological Survey (USGS) website.
- Python 3.x
- pandas
- folium
- seaborn
The notebook performs the following tasks:
- Imports the required libraries
- Filters the earthquake data for the country "India"
- Filters the earthquake data for earthquakes with magnitude greater than 5
- Creates folium maps to visualize the filtered data
- Clone the repository
- Install the required libraries
- Open the Jupyter Notebook
- Run the cells in the notebook
The Jupyter Notebook provides an in-depth analysis and visualization of earthquake data of India for the past 10 years. The use of pandas, folium, and seaborn libraries makes the analysis and visualization process efficient and easy to understand.