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 a workaround, I have to label encode the user_session column first to be able to perform shift operation.
In addition, I can run this pipeline with pandas with long strings.
The text was updated successfully, but these errors were encountered:
galipremsagar
changed the title
[FEA] perform shift operator with columns including long strings
[FEA] perform shift operator with string column
Aug 31, 2021
Is your feature request related to a problem? Please describe.
I am getting the following error from my code (see below):
Describe the solution you'd like
You can reproduce the error with the following code:
Dataset can be downloaded from here.
Describe alternatives you've considered
As a workaround, I have to label encode the
user_session
column first to be able to performshift
operation.In addition, I can run this pipeline with pandas with long strings.
The text was updated successfully, but these errors were encountered: