[Solved] i have this error can anyone tell me the solution [closed]


As you can see here: http://pandas.pydata.org/pandas-docs/dev/generated/pandas.DataFrame.drop_duplicates.html

“subset” is not an authorized keyword for “drop_duplicates” method.

I think you can use “cols” instead of “subset”.

1

solved i have this error can anyone tell me the solution [closed]