You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: find_matches/find_matches.py
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
-
importsys
2
-
importcsv
3
-
importre
4
-
1
+
importsys#for comand line argv
2
+
importcsv#for work with csv
3
+
importre#for checks matches
5
4
6
5
classFindMatches(object):
7
6
""" Takes a .csv input file and a matching type and returns a copy of the original csv with the unique identifier of the person each row represents prepended to the row.
0 commit comments