Menu

We have seen what people said about Airbnb (link) and Microsoft (link, and link.) Now is the time for Google. I scraped a total of 3,320 reviews from 2015 to 2017. So, let’s take a look what Googlers said. But as usual, we need to load the goodies.

As I use ‘xx’ as the first observation in the initial data frame and some other features, we need to exclude them first.

Next is date conversion.

For Google, I didn’t apply any filter in Glassdoor. So there are both domestic (US) and international reviews. As Glassdoor include employment status, title, and location in Title column. We need to split them.

Next, we classify the reviews into Domestic and International. It’s very straightforward as the international review will have a country abbreviation in parentheses. So, we can just use “(” to distinguish between the two.

Let’s visualize.

Well, why wouldn’t Googlers want to disclose where they work at? 😐 I doubt if someone is going to chase them. Oh well, since NA consists of almost half of the reviews, let’s just ignore the location of the reviews, for now anyway.

So, it’s time to process their comments.

Next, many variations of work/life balance. We need to change them to have the same word: ‘wlb.’

Alright, let’s count the titles.

There are 3,321 observations. But Anonymous Employee accounted for 55.5%. Well, I’ll just ignore the review distribution by title then. Seriously, what are these Googlers afraid of? 😐

Okay, then let’s move to creating a bigram chart.

Isn’t that almost about the same as that of Microsoft? Smart Colleague, Competitive Pay. But there is apparently one thing that Microsoft lacks… FREE FOODS!

Let’s move to Cons.

Yeah, that looks familiar: management, review process, politics, and growth. But one interesting comment is “reallyno cons.” Wow. Even Microsoft doesn’t have that compliment. Mountain View also showed up; I’d think that’s because the commute can be brutal for those living in San Francisco.

If you could scroll up to the Pros chart, you could see that “wlb” shows up both in Pros and Cons. Hm, well, let’s take a look at those who complain about wlb. Could the lack of work-life balance come from a specific title?

Well, “Anonymous Employee” doesn’t help.

TL;DR Googlers are afraid of telling their title. Not sure what they are so scared of. The Pros and Cons are quite similar to those of Microsoft. Pros: smart colleagues, excellent pay, and free foods. Cons: management, long commute, politics.