-
Notifications
You must be signed in to change notification settings - Fork 8
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 users to download a csv with the data selected #21
Comments
The csv output should be grouped by wikis and empty or white spaces should be placed when certain wiki has no data for that month. |
A question here comes up: what should be downloaded either the data for the initial selection on the side bar or the actual wikis and metrics selected in the main screen dropdown selectors (which are the graphs actually being shown)? |
The original selection. Because in each plot you can also hide wikis... so that will be confusing. |
Regarding the format, is a minor issue the separator between both should make the wiki and metric names clearly distinguishable. And perhaps, we should consider making a csv per wiki with all the metrics and zip them. I am thinking in the easiest way to put all together in python/R. Anyway is really petty stuff. |
Reopening this because of changes to what @javiag said:
|
The csv will have the metrics for all the wikis selected and for each wiki it will be include an absolute and a relative timestamp.
In this way, users can analyze the data further in case they want, for example, apply some time series analysis methods.
The text was updated successfully, but these errors were encountered: