Skip to content

Commit e79f1ff

Browse files
committed
DOC: link to duplication about dropping duplicates (in Excel and pandas)
1 parent b522014 commit e79f1ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/getting_started/comparison/comparison_with_excel.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ values.
103103
Drop Duplicates
104104
~~~~~~~~~~~~~~~
105105

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`.
108108

109109
.. ipython:: python
110110

0 commit comments

Comments
 (0)