Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 831 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 831 Bytes

airbnb-dashboard

Description of the project

  • This project is part of Udacity Data Science Nanodegree for developing and deploying a data dashboard using Bootstrap, Plotly, Flask and Heroku.
  • The project is to create a web app for simple visulations of Airbnb data about Oslo listing market.
  • Web app can be accessed here: https://udacity-dsnd-webapp-airbnb.herokuapp.com/

Project components

  • data: Include two csv files that are retrieved from Inside Airbnb, that are used for visualization of Oslo listing market.
  • myapp: Include index.html, which is a HTML file for front-end development
  • wrangling_scripts: Include wrangle_data.py, which is a Python code for data wrangling using pandas and plotly

Data