jdegene / steamHWsurvey

Data & Script to collect current months steam hardware survey data or past data from
47 stars 4 forks source link

Missing 'Steam users with VR Headsets' stat #5

Closed mrxz closed 2 weeks ago

mrxz commented 2 weeks ago

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.

jdegene commented 2 weeks ago

Oh, you are right, good catch. I extended the script (https://github.com/jdegene/steamHWsurvey/commit/67e8bda3e63776dbae6dc7553023dfc3797602ae) 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 :)