/Visualizing-Qualitative-Data-AirBNB-NewYork

I try to visualize qualitative data from AirBnB data listings NewYork Region #100daysofcode #day1

Primary LanguageJupyter Notebook

Visualizing-Qualititative-Data-AirBNB-NewYork

I try to visualize qualitative data from AirBnB data listings NewYork Region #100daysofcode Using Jupyter Notebook, the data of AirBnB NewYork could be presented in various graphs using python libraries: pandas, matplotlib and seaborn

"The Data"

listings.csv

  1. Data of total people in each neighbourhood in barchart

Test Image1

  1. Average Price in each neighbourhood group in barchart (with confidence interval)

Test Image2

  1. Average Price in each neighbourhood group in barchart (without confidence interval)

Test Image3