目的:爬取客路旅行公开的数据,通过数据分析《台北101观景台门票》活动的现状、风险与预测销售量
网址:https://www.klook.com/zh-CN/
目标:台北101观景台门票
(https://www.klook.com/zh-CN/activity/1659-taipei-101-taipei/?krt=r20&krid=63cf4981-29eb-47fa-5413-cde7fb8c7a7e)
人群:大陆游客
时效:2019-02-14
工具:Python、Mysql、Excel
一、风险
①、风险用户
select author,count(author) from infos where title='台北101观景台门票'and rating <=60 group by author order by count(author) desc limit 10;

select author,count(author) from infos where title='台北101观景台门票' and author in ('Karen','Ka Man','Yiwen','Chung Chih','Lai Yee','Yu chen','Wing Fung','Sze Nga','Siu Man','Sook Yin') group by author order by count(author) desc limit 10;



②、差评词云图

二、机会
①、优质用户
select author,count(author) from infos where title='台北101观景台门票'and rating >=80 group by author order by count(author) desc limit 10;

select author,count(author) from infos where title='台北101观景台门票' and author in ('Michelle','Jennifer','Michael','Karen','Mary Grace','HENG YANG','Richard','David','PENG','Ryan') group by author order by count(author) desc limit 10;



select author,count(author) from infos where title='台北101观景台门票' group by author order by count(author) desc limit 10;

②好评词云图

三、现状


网友评论