Open JosephKuchar opened 4 years ago
Hi,
I'm just wondering if there is an example of using the current version of this package with the geographic method? If I try to add Haversine distance to my compare object, something like
compare = rl.Compare() compare.string('Address', 'Address', method='damerau_levenshtein', label='Addr_DL') compare.geographic('Latitude','Longitude','Latitude','Longitude',label='Distance')
Then the geographic method doesn't work ("'Compare' object has no attribute 'geographic'")- is there a working example somewhere I can take a look at?
try using 'compare.geo' instead of geographic
Hi,
I'm just wondering if there is an example of using the current version of this package with the geographic method? If I try to add Haversine distance to my compare object, something like
Then the geographic method doesn't work ("'Compare' object has no attribute 'geographic'")- is there a working example somewhere I can take a look at?