-
Notifications
You must be signed in to change notification settings - Fork 13.9k
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
Option for Timeseries Null days to be shown #487
Comments
Any updates on these feature request? It is really annoying, especially for datasets with low-frequency data. |
@LAlbertalli The UX is a bit rough because if you change the time grain you also have to change the resample rule. What would be excellent is a way of tying a resample rule to a time grain so they both change together - perhaps as an inbuilt function within certain visualisations. |
There could be some auto-resampling based on Grain, but it would require tighter semantics around the way Grains are defined. Currently I think it'd be pretty trivial actually. If that pandas |
@alanmcruickshank Unless I am missing something the pandas resampling methods either backfill or forward-fill. There is no fill method (that I can find) that zero fills - which is what we really want. |
I think |
Notice: this issue has been closed because it has been inactive for 383 days. Feel free to comment and request for this issue to be reopened. |
It would be ideal to have some way to show gaps in data, since that can often indicate some sort of system failure (broken ingestion, etc). The current approach of effectively interpolating can mask problems. Setting the How dropdown of of the pandas.resample section to sum, the Rule dropdown to whatever your interval is and leaving the Fill Method dropdown blank, seems to do what I want in this particular case. @mistercrunch @benvogan |
* feat(plugin-chart-word-cloud): allow minimum size * fix: type * fix: test
* feat(plugin-chart-word-cloud): allow minimum size * fix: type * fix: test
* feat(plugin-chart-word-cloud): allow minimum size * fix: type * fix: test
* feat(plugin-chart-word-cloud): allow minimum size * fix: type * fix: test
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New Feature Request:
For timeseries plots, at the moment if there is a day with no data, the day is skipped and the day isn't shown at all. I'd love an option where these days could be shown even though they're blank, so that there would be an intentional gap.
Something similar to the "Show Missing Values" option available in packages like Tableau: https://onlinehelp.tableau.com/current/pro/online/mac/en-us/missing_values.html
The text was updated successfully, but these errors were encountered: