Skip to content

Commit

Permalink
Report init
Browse files Browse the repository at this point in the history
  • Loading branch information
andy89923 committed Jan 12, 2023
1 parent c1b5fbd commit 35139c2
Show file tree
Hide file tree
Showing 11 changed files with 138 additions and 0 deletions.
137 changes: 137 additions & 0 deletions Report/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,137 @@
## MoVis - Final Project

#### 535517 資料視覺化與視覺分析 Data Visualization and Visual Analytics

##### Group #1: 0716021 張家豪、0816137 王培碩、0816153 陳琮方



## Dataset

<img src="./src/tmdb.svg" alt="tmdb" style="zoom: 10%;" />

Firstly, we use ```python``` to call **[TMDB](https://www.themoviedb.org/)**'s API to get the movies data. Crawling, parsing, and formating to the specific format.

Then, we used the script to import the data to **[PlanetScale](https://planetscale.com/)**, which is a serverless MySQL platform.



## MoVis System Introduction

### Home

<img src="./src/home.png" alt="home" style="zoom:50%;" />

This is the home page of the **MoVis** system, when client first connect to the website, the system would preload the movie data in default date range, which is ```2015-01-01``` to ```2016-12-31```.

#### Navigation Bar

<img src="./src/home_nav.png" alt="home" style="zoom:50%;" />





### Global Navigation Bar

<img src="./src/global_nav.png" alt="home" style="zoom:50%;" />

In the following pages, they all have a navigation bar on the top of the scree, which let the user easily change from one views to another.

The date picker on the right which is select the movies in the selected date ranges for data visualization used in **Overview** page and **Relation Analysis** page.



### Movie Overview Insights

<img src="./src/movie_overview.png" alt="home" style="zoom:50%;" />



### Specific Company Comparison









### Relations of Diffenent Aspects

<img src="./src/relations.png" alt="relations" style="zoom:50%;" />

<img src="./src/relations_2.png" alt="relations" style="zoom:50%;" />









## Insights

### Movie Overview Insights

##### The Hot Months of the Movies

*The date range is 2010-04 ~ 2012-04*

<img src="./src/overview_1.png" alt="company_compare_1" style="zoom:50%;" />

*The date range is 2015-01 ~ 2016-12*

<img src="./src/overview_2.png" alt="company_compare_1" style="zoom:50%;" />

The above trends could told us the following things:

- The more movies would not bring more revenue
- **June** and **December** are the months with more revenue than the other months despite the number of movies.







### Specific Company Comparison

We all love animations movies, and there are three companies came to our mind when we talked about it, *[Pixar](https://www.pixar.com/), [Dreamworks](https://www.dreamworks.com/), and [Studio Ghibli](https://www.ghibli.jp/).*

We had seleted these three companies by default, we could directly discover the insights:<img src="./src/company_compare_1.png" alt="company_compare_1" style="zoom:50%;" />

- We could knows that *Studio Ghibli* had lowest budget for almost every movies, however, the revenue didn't always lower than the others.



### Relations of Diffenent Aspects







## Contributions

| Name | Contributions | Note |
| :------------: | :-----------: | :--: |
| 0716021 張家豪 | | |
| 0816137 王培碩 | | |
| 0816153 陳琮方 | | |



## Conclusion

There are a lot of insights we did't mention above, you are all welcome to clone this repository to explore the data via MoVis system.

The environment setup were written in ```README.md``` in corresponding folder.

Finally, we all hope you enjoy in data explortaion via **MoVis** system.



Binary file added Report/src/company_compare_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Report/src/global_nav.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Report/src/home.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Report/src/home_nav.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Report/src/movie_overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Report/src/overview_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Report/src/overview_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Report/src/relations.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Report/src/relations_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions Report/src/tmdb.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 35139c2

Please sign in to comment.