Skip to content

Commit

Permalink
Fix typo in data_deduplication.rst docs (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
hwong557 committed Apr 7, 2022
1 parent 160c41a commit 417f420
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/guides/data_deduplication.rst
Expand Up @@ -56,8 +56,7 @@ input argument.

With the method ``index``, all possible (and unique) record pairs are
made. The method returns a ``pandas.MultiIndex``. The number of pairs is
equal to the number of records in ``dfA`` times the number of records in
``dfB``.
equal to the number of records in ``dfA`` choose ``2``.

.. ipython::

Expand All @@ -83,7 +82,7 @@ method can be used in the ``recordlinkage`` module.
...: len(candidate_links)

The argument "given\_name" is the blocking variable. This variable has
to be the name of a column in ``dfA`` and ``dfB``. It is possible to
to be the name of a column in ``dfA``. It is possible to
parse a list of columns names to block on multiple variables. Blocking
on multiple variables will reduce the number of record pairs even
further.
Expand Down

0 comments on commit 417f420

Please sign in to comment.