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
As mentioned in #104 (comment) we use y at some places to represent not only a series, but other objects as well.
As this is not expected behavior compared to other code we write we should change this and use some more generic names like results whenever y or df to not represent a series or dataframe.
The text was updated successfully, but these errors were encountered:
As mentioned in #104 (comment) we use
y
at some places to represent not only a series, but other objects as well.As this is not expected behavior compared to other code we write we should change this and use some more generic names like
results
whenevery
ordf
to not represent a series or dataframe.The text was updated successfully, but these errors were encountered: