We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fe2314 commit 667de05Copy full SHA for 667de05
stringComparisonFromCSV.py
@@ -24,7 +24,7 @@
24
for row in reader:
25
nameList.append(str(row['name']))
26
27
-f=csv.writer(open('nameNearMatches.csv','wb'))
+f=csv.writer(open('stringNearMatches.csv','wb'))
28
f.writerow(['percentage']+['name1']+['name2'])
29
completeNearMatches = []
30
for name in nameList:
0 commit comments