Daniel Huppmann
Daniel Huppmann
For the issue reported by @GamzeUnlu95, we figured out bilaterally that this was caused by not-so-fresh (and incompatible) versions of pandas and xarray. For the `\xa0` issue, this was a...
Update: there is now a `fillna` option, but this not work with pint.Quantity instances.
I'm wondering what a reason could be that a variable is reported for a smaller set of years than the weights which are used to aggregate it...? I don't think...
Thanks @znicholls - though I didn't just remove all aggregation tests, most of them were just refactored (and ordered so that it's all tests for `[check_]aggregate()`, then `[check_]aggregate_region()`, then `check_internal_consistency()`,...
Thanks @pjuergens for raising this issue! You are trying to do something that's going beyond the intent of the aggregation-function. But you actually found a nice workaround using standard pyam...
I like your idea about a boolean mask, but I would not how to implement it... On the second idea about allowing `df[df.slice()]`, that sounds great and easily doable...
Closed via #637
this has actually been fixed in `line_plot()` but the issue persists in `stack_plot()`, `bar_plot()` and `pie_plot()`...
Great suggestion, this could be a really useful feature. I did a quick search and this post seems to describe exactly what is needed https://www.python-graph-gallery.com/38-show-number-of-observation-on-boxplot Looks like a 10-minute-task to...
fyi @jh-RLI @christian-rli @henhuy