Riding about the South Side Final

December 3, 2021

Mapping Airbnb Data

I started by importing my packages

From there, I imported my data and cleaned it up by removing some unnecessary columns. Because I needed the price column, I replaced all zero values with the mean.

In order to visualize the breadth of the data, I plotted all the points on a map of Chicago. The map is slightly interactive and can be explored via the hover and zoom tools.

In this next step, I wanted to compare some of the neighborhoods that we visited to some on the north side of the city. I made two subsets, each containing some neighborhoods in their respective areas that had a large number of listings. I wanted to exclude any listings in Downtown Chicago due to possible confounding factors that could impact price.

I made another plot deliniating between the two areas by color. I also sized the dots by the natural log of the price in order to overly emphasize exponential differences.

Voila! There are clear differences between the density and price of Airbnbs in northern areas versus southern ones. The blue dots are much more sparely populated with some mild concentration near the coast. The red dots are larger on average and more more concentrated. Feel free to explore the data!

All my data came from this dataset: https://www.kaggle.com/jinbonnie/chicago-airbnb-open-data