Variable Persistence in the Debug Console
In the debug console.
rawDF is a valid dataframe with the column shown. In fact, if I enter rawDF by iteself I get that dataframe's values / data.
This command: temp = rawDF[['activity_id', 'Date Completed']].drop_duplicates()
does not allow me to assign to temp
I have no idea why this is happening?
Comments