dankzreal / ResearchProject

0 stars 0 forks source link

BCG matrix #4

Open dankzreal opened 2 weeks ago

dankzreal commented 2 weeks ago

add a visualization of a bcg matrix to the dashboard. a master csv file containing the sentiment scores of every restaurant, average rating, number of reviews and (MAYBE) how many reviews they get in a particular timeframe will be used for this.

dividing all the rows into four categories

High Growth and High Market Share: those restaurants that gets reviewed more than or equal to 10 times a week (on average)and have more than 500 reviews, no matter what their rating is.

High Growth and Low Market Share: restaurants that gets reviewed more than or equal to 10 times a day (on average) but are reviewed less than 500 times.

Low Growth and High Market Share: restaurants that have been reviewd more than 10 times but does not gets reviewd frequently.

Low Growth and Low Market Share: restaurants that have both reviews and reviews per week are on low side.

dankzreal commented 2 weeks ago

change scraper.py to save date of review and URL of the review