You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if I pass a df column to facet_col I get ValueError: The truth value of a Series is ambiguous. Use a.empty, a.bool(), a.item(), a.any() or a.all().
from if args.get("facet_col", None)
The text was updated successfully, but these errors were encountered:
if I pass a df column to
facet_col
I getValueError: The truth value of a Series is ambiguous. Use a.empty, a.bool(), a.item(), a.any() or a.all().
from
if args.get("facet_col", None)
The text was updated successfully, but these errors were encountered: