UmaMahesh1
Honored Contributor III

Hi @shamly pt​ 

It's a indentation error. Check if you are following proper indentation.

I guess your error is at  if columnLabel != newColumnLabel:

  dff = dff.drop(columnLabel).

Just hit a Tab or give indentation spaces before dff = dff.drop(columnLabel)

cheers..

Uma Mahesh D

View solution in original post