Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonkassel/interactive-web-scraping-with-rselenium
RSelenium web-scraping example
https://github.com/simonkassel/interactive-web-scraping-with-rselenium
Last synced: 1 day ago
JSON representation
RSelenium web-scraping example
- Host: GitHub
- URL: https://github.com/simonkassel/interactive-web-scraping-with-rselenium
- Owner: simonkassel
- Created: 2017-03-18T22:04:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-18T22:15:10.000Z (almost 8 years ago)
- Last Synced: 2024-11-10T13:48:56.241Z (about 2 months ago)
- Language: R
- Size: 288 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Interactive-web-scraping-with-RSelenium
RSelenium web-scraping exampleSimon Kassel
From MUSA620: Data Wrangling and Visualization @UPenn
Instructor: Max GalkaThis script scrapes home value and square footage data from the Philadelphia
Property Assessor's database. I have determined the prices per square foot
for approximately 900 homes within the proximity of Rittenhouse Square.
It takes as an input:
- A dataset of home addresses and unit numbers (columns 1 and 2 identify
the address and unit number's respectively)
And it returns:
- The original csv with added fields for home value, square footage, price
per square foot and X/Y coordinates
- Data visualizations associated with home value/square foot in the area