Skip to content

Used Beautiful Soup and Python to parse the HTML file into a usable data set. Write the data set to a SQLite database and run some queries against the data set.

Notifications You must be signed in to change notification settings

agujral/BeautifulSoup-Sqlite-Hurricanes-Wiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

BeautifulSoup-Sqlite-Hurricanes-Wiki

Used Beautiful Soup and Python to parse the HTML file into a usable data set. Write the data set to a SQLite database and run some queries against the data set.

Used regular expressions to remove unwanted characters

Obtained a local copy of the following web page: Atlantic Hurricane Season (https://en.wikipedia.org/wiki/Atlantic_hurricane_season)

Columns in the database table. Year (year) Number of tropical storms (tropical_storms) Number of hurricanes (hurricanes) Number of Major Hurricanes (major_hurricanes) Deaths (deaths) Damage (damage) Notes (notes)

About

Used Beautiful Soup and Python to parse the HTML file into a usable data set. Write the data set to a SQLite database and run some queries against the data set.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published