Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow ookla download to accept a date range request and aggregate stats for all the downloaded stats #128

Open
butchtm opened this issue Aug 17, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@butchtm
Copy link
Collaborator

butchtm commented Aug 17, 2022

This would be better if it accepted a date range - e.g.
start = pd.to_datetime('2019-01-01')
end = pd.to_datetime('2022-08-01')
speeds = ookla.get_ookla_data(start,end)

(Resulting dataframe would be a single aggregated dataframe of all the Ookla parquet files inside the date range, aggregated by mean(up/down), sum(total_devices) )

Originally posted by @AnthonyMockler in #127 (comment)

@butchtm butchtm added the enhancement New feature or request label Aug 17, 2022
@tm-kah-alforja tm-kah-alforja moved this to Backlog (Features and Enhancements) in Geowrangler Aug 17, 2022
@tm-kah-alforja tm-kah-alforja moved this from Backlog (Features and Enhancements) to For GeoWrangler Code Camp in Geowrangler Oct 4, 2022
@tm-kah-alforja tm-kah-alforja moved this from For GeoWrangler Code Camp - Easy to For GeoWrangler Code Camp - Medium in Geowrangler Oct 4, 2022
@tm-bianx-caugma tm-bianx-caugma moved this from In Progress to Backlog (Features and Enhancements) in Geowrangler Nov 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog (Features and Enhancements)
Development

No branches or pull requests

1 participant