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
I have a datetime values in a column, "submitted_at", and I am trying to construct two features out of it, namely: day of week and hour of day. However the output dataframe contains "submitted_at" twice. Once for day of week feature and another for hour of day feature.