emurillo510 / asking-madden-data

Asking Madden is a data aggregation project which scrapes NFL.com and ESPN.com (shhhh) for teams and player statistics. This data will be used for project-oden, data visualization and helping win millions of dollars.
1 stars 0 forks source link

Create CSV for all team_schedules #4

Open emurillo510 opened 7 years ago

emurillo510 commented 7 years ago

We currently have the pages for all team_schedules in the /target directory. ('nfl-teams-schedules-0-2002-REG.html')

We need to create the generated CSV files with a standard naming convention. ('nfl-teams-schedules-0-2002-REG.csv')

emurillo510 commented 7 years ago

The HTML document for this is wayyyyy to difficult. This might need to be done at a later time.

The Bye week simple messes up the format of the HTML parsing with BeautifulSoup.

The data extraction piece is pretty much finished.