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
Copy file name to clipboardExpand all lines: doc/source/getting_started/comparison/comparison_with_excel.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -103,8 +103,8 @@ values.
103
103
Drop Duplicates
104
104
~~~~~~~~~~~~~~~
105
105
106
-
Another commonly used function is Drop Duplicates. This is directly supported in
107
-
pandas.
106
+
Excel has built-in functionality for `removing duplicate values <https://support.microsoft.com/en-us/office/find-and-remove-duplicates-00e35bea-b46a-4d5d-b28e-66a552dc138d>`_.
107
+
This is supported in pandas via :meth:`~DataFrame.drop_duplicates`.
0 commit comments