MatthewChatham / glassdoor-review-scraper

Scrape reviews from Glassdoor
BSD 2-Clause "Simplified" License
179 stars 252 forks source link

Issues with subratings #51

Open ct595479 opened 3 years ago

ct595479 commented 3 years ago

I noticed two issues with the results for subratings (work life balance, culture, comp, etc..).

  1. Glassdoor added a new subrating category "diversity and inclusion" which is missing from the code.
  2. There are numerous reviews which only contain ratings for a subset of the subratings categories. For instance a review might only provide ratings for comp & benefits and senior management. In the output csv files these ratings will be reflected in the columns for work life balance and culture and values.

The first issue was a quick fix by adding another iteration of the existing code in the main and schema files, but I have not been able to solve the second problem yet.