Skip to content

Commit 8d2874b

Browse files
authored
Update idmapper_without_pandas.py
1 parent b9743bd commit 8d2874b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

idmapper_without_pandas.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The script takes two csv files and maps the said column together based on the anhor(common)colum.
22
# The script only workks when there is one-to-one mapping between the anchor column and said column in files
3-
#anchor_file1 and anchor_file2 needs to have the common column. same format.
3+
#anchor_file1 and anchor_file2 needs to be the common column. same format.
44

55
import csv
66

@@ -40,4 +40,4 @@
4040
csv_file1.close()
4141
csv_file2.close()
4242

43-
print('Done')
43+
print('Done')

0 commit comments

Comments
 (0)