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
In this line, TB will use the name of the series if it has one instead of event_value, but then fail later on because the resulting BeliefsDataFrame requires a column of that name.
I propose we drop names of such series if they are argument 0.
P.S. It could be documented a bit clearer that you use a kw arg beliefs for initialization method 1, but non-kw args for method 2 & 3.
The text was updated successfully, but these errors were encountered:
Bump: Could this be something we get into the next release? I could imagine it's a one-liner. I could also do this, but @Flix6x, you said you want to investigate, as well.
In this line, TB will use the name of the series if it has one instead of
event_value
, but then fail later on because the resulting BeliefsDataFrame requires a column of that name.I propose we drop names of such series if they are argument 0.
P.S. It could be documented a bit clearer that you use a kw arg
beliefs
for initialization method 1, but non-kw args for method 2 & 3.The text was updated successfully, but these errors were encountered: