aboutsummaryrefslogtreecommitdiff
path: root/gn3/csvcmp.py
AgeCommit message (Expand)Author
2022-05-06Fix linting and typing errorsFrederick Muriuki Muriithi
2022-04-29Replace whole header with the longest one, instead of just thezsloan
2022-04-29Get max string length instead when comparing headerszsloan
2022-04-12Delete "get_allowable_sampledata_headers"BonfaceKilz
2022-04-07Fix mypy errorBonfaceKilz
2022-04-07Add method for parsing a csv header from uploaded sample-data fileBonfaceKilz
2022-04-01Run python-black in fileBonfaceKilz
2022-03-18Clean all csv fields before diffingBonfaceKilz
2022-03-18Create new function for cleaning individual fields in csv textBonfaceKilz
2022-03-14Only loop through the diff's modifications if it existsBonfaceKilz
2022-03-14Given a csv text and permissible headers, extract invalid headersBonfaceKilz
2022-03-14Get all permissible column dataBonfaceKilz
2022-03-12Fix mypy issuesBonfaceKilz
2022-03-12Fix pylint issuesBonfaceKilz
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