Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Instructions With homework #1, you will perform a webscrape and export the data to CSV using the programming practices we have covered in this module.

image text in transcribed

Instructions With homework \#1, you will perform a webscrape and export the data to CSV using the programming practices we have covered in this module. This will be a individual based assignment and as such, your code should be uniquely your work. Submission Requirements - Python .py file with no markdown language. Only Python Code and comments. - Individual Assignment. - You should seek to reduce redundancy in your code. Task You are to scrape the data related to the exercise scoreboard listed below. Note, some data will come from child pages and you should consult the provided homework_1_example.zip file for column structure to output data. Additionally, your code should work even if we added another 10,20,400 individuals to the scoreboard. (i.e. I should see no URLs written in your code, except the webpage listed below). - Webpage: httpi//drd.ba.ttu.edu/isqs3358/hw/hw1/ - Your code MUST implement throttling - Please use a high and low variable that can be changed in the settings section. - Examine homework_1_example.zip to what data and columns to extract from the site. - The order of the columns must match the specification and output example. - Please delimit the output file with Notes and Hints - Your Lab \#3 code will make a great starting point for this homework. - You cannot hard-code all the URLs to call. You must find them from the parent page listed above. - Depending on your OS, you may see "blank" lines in your CSV, this is not an issue. Example - Included in homework_1_example.zip found with this

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Machine Learning And Knowledge Discovery In Databases European Conference Ecml Pkdd 2015 Porto Portugal September 7 11 2015 Proceedings Part 2 Lnai 9285

Authors: Annalisa Appice ,Pedro Pereira Rodrigues ,Vitor Santos Costa ,Joao Gama ,Alipio Jorge ,Carlos Soares

1st Edition

3319235249, 978-3319235240

More Books

Students also viewed these Databases questions

Question

=+a. Create a Youden plot of this data.

Answered: 1 week ago