index
:
genenetwork3
auth/implement-authorization-code-flow
bugfix/remove-pre-data-parsing
chores/ctl-wgcna-enhancement
chores/fixes
ci-cd-scripts
correlation-return-fewer-results
data-access-levels-endpoint
feature/autocomplete-generation
feature/lmdb-rust
feature/reimplement-corrmp
fixture-for-pcorrs
gn-guile
luna
main
migrate-to-python3.10
oauth2_auth_flow
refactor-circular-import
rework-genotype-linking
technical-specification
GeneNetwork3 REST API for data science and machine learning
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gn3
/
csvcmp.py
Age
Commit message (
Expand
)
Author
2022-05-06
Fix linting and typing errors
Frederick Muriuki Muriithi
2022-04-29
Replace whole header with the longest one, instead of just the
zsloan
2022-04-29
Get max string length instead when comparing headers
zsloan
2022-04-12
Delete "get_allowable_sampledata_headers"
BonfaceKilz
2022-04-07
Fix mypy error
BonfaceKilz
2022-04-07
Add method for parsing a csv header from uploaded sample-data file
BonfaceKilz
2022-04-01
Run python-black in file
BonfaceKilz
2022-03-18
Clean all csv fields before diffing
BonfaceKilz
2022-03-18
Create new function for cleaning individual fields in csv text
BonfaceKilz
2022-03-14
Only loop through the diff's modifications if it exists
BonfaceKilz
2022-03-14
Given a csv text and permissible headers, extract invalid headers
BonfaceKilz
2022-03-14
Get all permissible column data
BonfaceKilz
2022-03-12
Fix mypy issues
BonfaceKilz
2022-03-12
Fix pylint issues
BonfaceKilz
2022-03-12
Compose csv-diff command within single quotes
BonfaceKilz
2022-03-12
Delete noisy "print" statement
BonfaceKilz
2022-03-12
Fill in empty values in csv text with: "x"
BonfaceKilz
2022-03-12
Extract a strain name given a csv string and it's header
BonfaceKilz
2022-03-12
Don't add extra key "Column" to dict if there are no changes
BonfaceKilz
2022-03-12
Fill CSV text if there are non-even rows
BonfaceKilz
2022-03-12
Create new method for filling csv with a default value
BonfaceKilz
2022-03-12
Replace "all" with "and"
BonfaceKilz
2022-03-12
Store columns in the output dict
BonfaceKilz
2022-03-12
Add methods for working with csv data
BonfaceKilz