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
It seems that long_to_short_transformation assumes that a DataFrame is indexed at 0 where you assign last_idx. It may be helpful to throw an error in such a case or reset the DataFrame index within the beginning of the method.
The text was updated successfully, but these errors were encountered:
It seems that
long_to_short_transformation
assumes that a DataFrame is indexed at 0 where you assignlast_idx
. It may be helpful to throw an error in such a case or reset the DataFrame index within the beginning of the method.The text was updated successfully, but these errors were encountered: