All examples By author By category About

vswetha01

Final Project Earthquake Data visualization

The dataset comes from USGS for the earthquakes. The graphic shows the earthquakes in the world over the past 15 years. The magnitudes range from 6.0 and above.Though the earthquake in Nepal killed over 5,000 people and counting, the death toll still hasn't approached the hundreds of thousands killed in history's deadliest quakes. Early earthquake detection reduces the damage.

Process:

The dataset is from USGS http://earthquake.usgs.gov/earthquakes. The Columns in my database are time, latitude, longitude, depth, magnitude, place. I transformed the data using the Python pandas framework to develop Exploratory plots. I Grouped the data using Pnadas dataframe.