|
|
|
|
|
by fhoffa
2578 days ago
|
|
Not really. This is people looking at Wikipedia. Guess: Who's the Alan with the most pageviews in Wikipedia? Who's the Steve? I left the answers here: - https://medium.com/towards-data-science/bigquery-without-a-c... Basically a show-off for BigQuery, but to answer this specific question: The most viewed Alan and Steve in Wikipedia are the ones closer to HN. SELECT title, SUM(views) views
FROM `fh-bigquery.wikipedia_v3.pageviews_2019`
WHERE DATE(datehour) BETWEEN '2019-01-01' AND '2019-01-10'
AND wiki='en'
AND title LIKE r'Alan\_%'
GROUP BY title
ORDER BY views DESC
LIMIT 10
|
|
Is what I responded to.
Don't misconstrue how much people do not care about business people, and how much they do care about sports figures.
Nobody in my family knows who Larry Page is.