Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
tnh19002 committed Feb 28, 2024
1 parent ba77f3e commit c1610f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
@@ -1,3 +1,6 @@
# THIS REPOSITORY HAS MOVED
Please visit the updated location of this repository for all future updates: https://github.com/tylernh10/tyler-hinrichs-ucsas-2024

# tyler-hinrichs-ucsas-2024
If you want to start analyzing sports, you need data. Nowaways, there are many sources of pre-built datasets, but at times, you might have a need to make a custom dataset with data found online. Web scraping is the most effective solution to this problem. You can create automated scripts that can quickly and efficiently gather data from webpages. In doing so, you can create datasets specific to the questions that you want to be answered. During this workshop you will learn 1) what web scraping is, 2) how static web scraping works using Python packages pandas, requests, and BeautifulSoup, then 3) how dynamic web scraping works using Python package Selenium in conjunction with the previously learned packages.

Expand Down

0 comments on commit c1610f9

Please sign in to comment.