File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 4
4
from .exists import ExistsType as Exists
5
5
from .interaction import InteractionType as Interaction
6
6
from .latlong import LatLongType as LatLong
7
+ from .price import PriceType as Price
7
8
from .set import SetType as Set
8
9
from .string import ShortStringType as ShortString
9
10
from .string import StringType as String
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ fields will raise an error.
127
127
LatLong
128
128
^^^^^^^
129
129
130
- A ``LatLong `` variables are compared using the `Haversine
130
+ ``LatLong `` variables are compared using the `Haversine
131
131
Formula <http://en.wikipedia.org/wiki/Haversine_formula> `__.
132
132
133
133
A ``LatLong `` variable field must consist of tuples of floats
@@ -140,7 +140,7 @@ corresponding to a latitude and a longitude.
140
140
Set
141
141
^^^
142
142
143
- A ``Set `` variables are for comparing lists of elements, like keywords or
143
+ ``Set `` variables are for comparing lists of elements, like keywords or
144
144
client names. ``Set `` variables are very similar to :ref: `text-types-label `. They
145
145
use the same comparison function and you can also let dedupe learn which
146
146
terms are common or rare by providing a corpus. Within a record, a ``Set ``
@@ -334,6 +334,8 @@ For example:-
334
334
335
335
namevariable.WesternName(" field" )
336
336
337
+ To install:
338
+
337
339
.. code :: console
338
340
339
341
pip install dedupe-variable-name
You can’t perform that action at this time.
0 commit comments