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
All our functions expect a dataframe input, but it should allow for someone putting in a series.
Not a big deal for now, I just add .to_frame() when calling the function but in the future it would be more convenient (strategic pillar!) if this is handled under-the-hood.
The text was updated successfully, but these errors were encountered:
All our functions expect a dataframe input, but it should allow for someone putting in a series.
Not a big deal for now, I just add
.to_frame()
when calling the function but in the future it would be more convenient (strategic pillar!) if this is handled under-the-hood.The text was updated successfully, but these errors were encountered: