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

Add --denote-weekends (#54) #101

Merged
merged 1 commit into from
Oct 11, 2023
Merged

Add --denote-weekends (#54) #101

merged 1 commit into from
Oct 11, 2023

Conversation

willkg
Copy link
Collaborator

@willkg willkg commented Oct 11, 2023

This makes it easier to line up weekends and weekend lull in numbers.

Fixes #54

$ supersearchfacet --denote-weekends --_histogram.date=product
product
 histogram_date | -- | Fenix | Firefox | Focus | MozillaVPN | ReferenceBrowser | Thunderbird | total  
----------------|----|-------|---------|-------|------------|------------------|-------------|--------
 2023-10-03     | 0  | 49585 | 62097   | 938   | 1          | 1                | 18202       | 130824 
 2023-10-04     | 0  | 49559 | 60180   | 907   | 0          | 0                | 18888       | 129534 
 2023-10-05     | 0  | 48276 | 59486   | 871   | 1          | 0                | 18532       | 127166 
 2023-10-06     | 0  | 49019 | 55451   | 957   | 0          | 0                | 16913       | 122340 
 2023-10-07 **  | 0  | 49089 | 41220   | 931   | 0          | 0                | 7858        | 99098  
 2023-10-08 **  | 0  | 50284 | 38363   | 895   | 1          | 0                | 7040        | 96583  
 2023-10-09     | 0  | 49355 | 62530   | 784   | 0          | 0                | 18934       | 131603 

This makes it easier to line up weekends and weekend lull in numbers.
@willkg willkg merged commit 3c14e64 into main Oct 11, 2023
5 checks passed
@willkg willkg deleted the 54-weekends branch October 11, 2023 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

supersearchfacet should denote weekends differently
1 participant