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
Just a tiny suggestion:
The keyword argument for specifying which columns to consider in drop_duplicates is called col_or_columns. Maybe change the name to col or to columns? Or the strangely long name is intended to make it clear that you can either pass in a label or a sequence of labels?