nickbent / AirBnB

0 stars 1 forks source link

Calculate the average price for each period. Plot the timeseries of how it evolves over time #1

Closed nickbent closed 5 years ago

nickbent commented 5 years ago

Make a notebook for calculating the timeseries of the average of the price of airbnb rentals in each city over time. In the bnb folder create a folder labeled analysis, here I want you to make files that help you in finding the average or for doing any analysis. I also want you to create a folder named utils that has functions that help you sort through the data. In each of these folders you will have to create a init.py file , here is some information on how to use that. For now I have created an init.py file that only has one thing, just so I could create the package but we can change the contents later https://stackoverflow.com/questions/448271/what-is-init-py-for