Question
The final project is a program which is assumed to be executed as a daily script. The requirements: It must pull data from the
The final project is a program which is assumed to be executed as a daily script.
The requirements:
• It must pull data from the internet (typically webpages)
• It must pull data from 5 different webpages (using pandas)
• It must do some basic calculations on numerical data from 3 of those pages (mean, median, mode,
min, max)
• It must make use of your own methods where appropriate
• It must produce at least 3 charts from 3 of those pages
• It must save the data to a file
Additional requirements (must have 4 of the following, more than 4 is extra credit)
• 1 of the webpages includes data which changes daily
• The 5 webpages are from 5 different websites
• It does basic calculations on all 5 of those webpages
• It uses BeautifulSoup on 1 of the webpages and parses the html
• It produces 5 charts from all 5 of the webpages • It saves the charts in addition to the data, to image
files
• It reads the previous file and notes if any webpage has changed data* (hard)
• Pulls 3 headlines from a news page
At the top of the python file, please tell me which of the bullets above you've accomplished as
comments.
Step by Step Solution
3.37 Rating (156 Votes )
There are 3 Steps involved in it
Step: 1
The detailed ...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started