Open JanHomann opened 1 year ago
This is very much related to my previous issue #926.
In the tests that I show here, it becomes clear that interactive boolean Series as input to .loc
actually does work, but that the actual issue is the simultaneous specification of rows and columns (with one being an interactive boolean Series). Maybe both issues should be merged somehow?
Thanks for the bug report! Indeed the two issues look similar, I think it's ok to keep them both open until someone digs into that and finds out whether they have the exact same root cause. Hoping to spend more time on hvPlot once Panel 1.0 is released :)
@maximlt Seems to work now as far as I can see. Close the issue?
Versions
hvplot = 0.8.2
Description
the
.loc
method can take a row plus a column parameter in Pandas. When using an interactive DataFrame, this behavior should be conserved. But when using an interactive boolean Series as the row parameter, specifying a column leads to an error message.Example
On the other hand, those slight modifications all work.
Traceback