-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,11 +9,11 @@ | |
|
||
### Author | ||
|
||
David Moriano <[[email protected]](mailto:[email protected])> | | ||
David Moriano <[[email protected]](mailto:[email protected])> | ||
|
||
### Context | ||
|
||
Airbnb claims to be part of the "sharing economy" and disrupting the hotel industry. By analysing the data for a city or region we can see for ourselves the actual impact of "home sharing". | ||
Airbnb claims to be part of the "sharing economy" and disrupting the hotel industry. By analyzing the data for a city or region we can see for ourselves the actual impact of "home sharing". | ||
|
||
### Content | ||
|
||
|
@@ -59,18 +59,11 @@ The dataset includes the following columns: | |
| weekly_price_factor | Weekly stay discount factor | Numeric | | ||
| monthly_price_factor | Monthly stay discount factor | Numeric | | ||
|
||
|
||
### Acknowledgment | ||
|
||
Thanks to Airbnb for allowing the scraping of their website. | ||
|
||
And thanks to the [Scrapy][ref:scrapy] developers for a wonderful framework. | ||
|
||
### Inspiration - What can you do with this data? | ||
|
||
You could use this dataset to find your ideal airbnb hosting in your next holidays in Bali (or any other city you scrap). Or maybe, you are an Airbnb host and you want to know what is the ideal price for your property. These are all useful and practical questions, but we can look a little bigger. | ||
|
||
The interest in Airbnb data rises after Murray Cox's research ([InsideAirbnb.com][ref:insideairbnb]) on the impact of Airbnb on the [gentrification][ref:gentrification] of New York. He is trying to answer some relevant questions given the size of Airbnb: How is Airbnb really being used, and how is it affecting the neighbourhoods of New York City. His research has been recently expanded by the Urban Planning and Governance research group at McGill University. They just published a [report][ref:upgo-report] to answer these questions: | ||
The interest in Airbnb data rises after Murray Cox's research ([InsideAirbnb.com][ref:insideairbnb]) on the impact of Airbnb on the [gentrification][ref:gentrification] of New York. He is trying to answer some relevant questions given the size of Airbnb: How is Airbnb really being used, and how is it affecting the neighborhoods of New York City. His research has been recently expanded by the Urban Planning and Governance research group at McGill University. They just published a [report][ref:upgo-report] to answer these questions: | ||
|
||
1. Where is Airbnb activity located in New York, and how is it changing? | ||
2. Who makes money from Airbnb in New York? | ||
|
@@ -101,6 +94,10 @@ Under the following terms: | |
|
||
The full details of the [license][cc:by-nc-legalcode] can be found in the previous link. | ||
|
||
### Acknowledgment | ||
|
||
Thanks to Airbnb for allowing the scraping of their website. And thanks to the [Scrapy][ref:scrapy] developers for a wonderful framework. | ||
|
||
### Code | ||
|
||
The source code of the scraper is in the `airbnb_scraper` folder. It's licensed under the [MIT License](airbnb_scraper/LICENSE). | ||
|