...

/

US Hurricane Data: 1851–2019

US Hurricane Data: 1851–2019

Learn how to clean up hurricane data using different Python scripts.

Cleaning up the hurricane data

If you quickly look through the webpage itself, you’ll see some formatting that’ll need cleaning up. Each decade is introduced with a single row containing nothing but a string looking like “1850s” and so on… We’ll want to drop those rows. Years with no events have the string “None” in the second column. Those, too, will need to go.

Some events have no data ...