If you have a `group by` dimension in your plot, the groupby label is missing and the metric label is (sometimes) cropped
See original GitHub issueThis is a chart example where the metric name has gotten cut out of the plot. The group by
dimension is also not even included in the plot legend 🤔 I don’t know where it’s gone…
This seems to be happening in charts where I have a groupby
dimension (the metric name is adjusted to fit in charts with just one dimension)
Here’s a link to the chart (sorry, it’s in Lightdash’s analytics instance)
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
In Pandas, after groupby the grouped column is gone
Sometimes when I do groupby some of the other columns still appear, why is that that sometimes columns disappear and sometime stays? is...
Read more >Aggregation and Grouping | Python Data Science Handbook
Rather, the GroupBy can (often) do this in a single pass over the data, updating the sum, mean, count, min, or other aggregate...
Read more >PromQL Tutorial: 5 Tricks to Become a Prometheus God
If you're familiar with SQL, you'll remember that GROUP BY allows you to group results by a field (e.g country or city) and...
Read more >Group by: split-apply-combine — pandas 1.5.2 documentation
pandas objects can be split on any of their axes. The abstract definition of grouping is to provide a mapping of labels to...
Read more >pandas GroupBy: Your Guide to Grouping Data in Python
In this tutorial, you'll learn how to work adeptly with the pandas GroupBy facility while mastering ways to manipulate, transform, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@TuringLovesDeathMetal Shall we split this out into a separate feature request and bug:
Closed because it’s split out into #797 and #83