Python Forum
Why doesn't drop_duplicates() modify my Dataframe?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Why doesn't drop_duplicates() modify my Dataframe?
#2
Read the documentation. This function either creates a new dataframe with the duplicates removed, or it modifies the existing dataframe depending on the valus of the inplace argument.

https://pandas.pydata.org/pandas-docs/st...cates.html
Reply


Messages In This Thread
RE: Why doesn't drop_duplicates() modify my Dataframe? - by deanhystad - Oct-04-2021, 02:20 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020