jdegene/steamHWsurvey

Missing 'Steam users with VR Headsets' stat

Closed this issue · 1 comments

mrxz commented

In contrast to the other stats, the VR headset percentages aren't expressed as percentages of the Steam user base, but instead of the Steam users with a VR headset. For that reason Steam includes an additional stat at the bottom for the percentage of users with a VR headset:
image

It seems that this is missing from the scraped data. A quick look at the source reveals that this particular row is missed since it has an additional total_row class, which the current script doesn't match against. Simply including this row in the current setup would place it under the category 'VR Headsets' which would be confusing.

Not sure what the best way to include the stat would be, if at all. But it's probably worth including or otherwise documenting its omission.

Oh, you are right, good catch. I extended the script (67e8bda) to fetch these "totals" rows as well... the downside is that they are now treated as normal data... so people must be a bit cautious when using these numbers. I've added an info/warning about this in the readme... thx :)