Skip to content

Commit

Permalink
Add line about migrating from the old indexing API to the new one.
Browse files Browse the repository at this point in the history
  • Loading branch information
J535D165 committed Jun 21, 2017
1 parent 6c004b3 commit 2b4d1ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ are returned.
block_class = recordlinkage.BlockIndex('surname')
candidate_links = block_class.index(df_a, df_b)
**Older versions of Python Record Linkage Toolkit use a different syntax for
indexing.** `More info about migrating is found here.<#migrating>`_

For each candidate link, compare the records with one of the
comparison or similarity algorithms in the Compare class.

Expand Down

0 comments on commit 2b4d1ac

Please sign in to comment.