aboutsummaryrefslogtreecommitdiff
path: root/gn3/csvcmp.py
AgeCommit message (Expand)Author
2022-03-12Compose csv-diff command within single quotesBonfaceKilz
2022-03-12Delete noisy "print" statementBonfaceKilz
2022-03-12Fill in empty values in csv text with: "x"BonfaceKilz
2022-03-12Extract a strain name given a csv string and it's headerBonfaceKilz
2022-03-12Don't add extra key "Column" to dict if there are no changesBonfaceKilz
2022-03-12Fill CSV text if there are non-even rowsBonfaceKilz
2022-03-12Create new method for filling csv with a default valueBonfaceKilz
2022-03-12Replace "all" with "and"BonfaceKilz
2022-03-12Store columns in the output dictBonfaceKilz
2022-03-12Add methods for working with csv dataBonfaceKilz