@@ -4,4 +4,19 @@ Project for PV254 (Fall 2019). Recommends a city based on your travel history.
## Dataset
The dataset, found in `data/trips.csv`, is scraped from user pages of [nomadlist.com](www.nomadlist.com). Overall, we were able to get data from over 72k trips and 3700 users.
The dataset, found in the `data/` folder is scraped from user pages of [nomadlist.com](www.nomadlist.com). Overall, we were able to get data from over 72k trips, 3700 users and 599 cities.
### Loading the dataset with pandas
Some boilerplate code is needed to load the dataset properly. Example: