├── travel_data.xls
├── image
├── growth_bar.JPG
├── export_polar.JPG
├── inbound_map.JPG
├── inbound_top.JPG
├── outbound_map.JPG
├── outbound_top.JPG
├── receipts_bar.JPG
├── data_cleaning1.JPG
├── data_cleaning2.JPG
├── expenditure_bar.JPG
└── outbound_population_compare.JPG
├── README.md
├── page3.html
├── js
└── function.js
├── page4.html
├── css
├── stylesheet2.css
├── stylesheet1.css
└── stylesheet.css
├── index.html
├── page2.html
├── page1.html
└── project3_ChenChen.py
/travel_data.xls:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChenChenDS/Tourism-data-analysis/HEAD/travel_data.xls
--------------------------------------------------------------------------------
/image/growth_bar.JPG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChenChenDS/Tourism-data-analysis/HEAD/image/growth_bar.JPG
--------------------------------------------------------------------------------
/image/export_polar.JPG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChenChenDS/Tourism-data-analysis/HEAD/image/export_polar.JPG
--------------------------------------------------------------------------------
/image/inbound_map.JPG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChenChenDS/Tourism-data-analysis/HEAD/image/inbound_map.JPG
--------------------------------------------------------------------------------
/image/inbound_top.JPG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChenChenDS/Tourism-data-analysis/HEAD/image/inbound_top.JPG
--------------------------------------------------------------------------------
/image/outbound_map.JPG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChenChenDS/Tourism-data-analysis/HEAD/image/outbound_map.JPG
--------------------------------------------------------------------------------
/image/outbound_top.JPG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChenChenDS/Tourism-data-analysis/HEAD/image/outbound_top.JPG
--------------------------------------------------------------------------------
/image/receipts_bar.JPG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChenChenDS/Tourism-data-analysis/HEAD/image/receipts_bar.JPG
--------------------------------------------------------------------------------
/image/data_cleaning1.JPG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChenChenDS/Tourism-data-analysis/HEAD/image/data_cleaning1.JPG
--------------------------------------------------------------------------------
/image/data_cleaning2.JPG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChenChenDS/Tourism-data-analysis/HEAD/image/data_cleaning2.JPG
--------------------------------------------------------------------------------
/image/expenditure_bar.JPG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChenChenDS/Tourism-data-analysis/HEAD/image/expenditure_bar.JPG
--------------------------------------------------------------------------------
/image/outbound_population_compare.JPG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChenChenDS/Tourism-data-analysis/HEAD/image/outbound_population_compare.JPG
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # DATS6103-project3
2 | ## This is a data mining project about world tourism analysis.
3 |
4 | The international travel & tourism sector is growring at a fast pace. The World Travel and Tourism Council (WTTC) report found that the travel & tourism industry generated 10.4 percent of all global economic growth. Tourism is not only a kind of leisure, it is also essential in a country's economy. In this analysis, I investigate the dynamic trend of evolvement in tourism sector and find the top tourist-sending countries and the countries that are most attractive to international tourists.
5 |
6 | ### Language
7 | python
8 | #### packages
9 | pandas
10 | numpy
11 | plotly
12 | plotly_express
13 |
14 | ### Files
15 | Excel
16 | ipynb
17 | html
18 |
19 | ### Visualization link:
20 | https://chenchends.github.io/Tourism-data-analysis/
21 |
22 | ### Instruction
23 |