We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9743bd commit 8d2874bCopy full SHA for 8d2874b
idmapper_without_pandas.py
@@ -1,6 +1,6 @@
1
# The script takes two csv files and maps the said column together based on the anhor(common)colum.
2
# 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.
+#anchor_file1 and anchor_file2 needs to be the common column. same format.
4
5
import csv
6
@@ -40,4 +40,4 @@
40
csv_file1.close()
41
csv_file2.close()
42
43
-print('Done')
+print('Done')
0 commit comments