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.
As mentioned in #104 (comment) we use
yat 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
resultswheneveryordfto not represent a series or dataframe.