Skip to content
forked from asjew/blossoms

a visual data exploration into Japan's cherry blossoms

Notifications You must be signed in to change notification settings

yaoweideng/blossoms

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

90 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Hanami: A Visual Data Exploration Into Japan’s Cherry Blossoms

Final data visualization project for INFO 247 at UC Berkeley.

Introduction

Cherry blossom season in Japan is a spectacular event in Japan every spring. Tourists and residents alike flock to cherry blossom sites to view the cherry blossoms bloom.

With our data visualizations, we would like our audience to learn about:

  • When and where should you travel to in Japan to see cherry blossoms bloom?
  • How has cherry blossoms' first bloom or full flowering dates changed over the years?
  • Out of everyone traveling to Japan, what proportion of them go there to see the cherry blossoms?
  • During the season of cherry blossoms, where does Japan attract the most visitors?

We will convey this information through various data visualizations such as choropleth maps, time series plots, and other outlets.

Repository Navigation

blossoms
β”‚   README.md   
└─── Analysis
β”‚   β”‚
β”‚   └─── EDA
β”‚       β”‚   EDA Writeup _ Cherry Blossom Viewing Data from TripAdvisor.pdf
β”‚       β”‚   cherryblossoms_EDA.pdf
β”‚       β”‚   tourism_EDA.pdf
β”‚   β”‚
β”‚   └─── viz
β”‚       β”‚
β”‚       └─── cherryblossoms
β”‚           β”‚
β”‚           └─── plots
β”‚           	β”‚   Avg Days to Full Bloom.png
β”‚           	β”‚   First Bloom Month Map.png
β”‚           	β”‚   Percent of First Bloom Dates.png
β”‚           β”‚   cherryblossoms_EDA.twbx
β”‚       β”‚
β”‚       └─── tourism
β”‚           β”‚
β”‚           └─── plots
β”‚           	β”‚   ...
β”‚           β”‚   tourism_EDA.twb
β”‚       β”‚
β”‚       └─── trip-advisor
β”‚           β”‚   CherryBlossomEDA.twb
β”‚   β”‚
β”‚   └───  cherryblossom_data_manipulation.ipynb
β”‚   β”‚
β”‚   └───  kyotoblossom_data_manipulation.ipynb
β”‚   β”‚
β”‚   └───  tourism_data_manipulation.ipynb 
β”‚   
└─── Data
β”‚   β”‚
β”‚   └─── cherryblossoms
β”‚       β”‚...
β”‚   β”‚
β”‚   └─── tourism
β”‚       β”‚   ...
β”‚   β”‚
β”‚   └─── trip-advisor
β”‚       β”‚...

File Navigation

  • Analysis
    • EDA: Files and submissions for EDA
  • Data
    • Data used in data visualization

About

a visual data exploration into Japan's cherry blossoms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 40.3%
  • JavaScript 32.6%
  • HTML 20.4%
  • CSS 4.9%
  • Python 1.8%