Ookla’s Number of Speedtest Intelligence Users#
Ookla Speedtests are a way for users to find out the download speed, upload speed and latency of their internet connection. This is an analysis of the number of users who took the speedtest. To account for change, we take the baseline number of users from November 2022 to January 2023 and show the percent change in daily users and change in weekly users.
The downloading of raw data from the Ookla Speedtest Intelligence Portal is done using the get-ookla-data.py script.
df[
["date", "ADM1_EN", "n_users", "n_baseline", "n_difference", "percent_change"]
].to_csv("../../data/ookla-speedtest/adm1_users_percent_change.csv")