-
Notifications
You must be signed in to change notification settings - Fork 26
[SCHEMATIC-214] Wrap pandas functions to support not including None with the NA values argument
#1553
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
[SCHEMATIC-214] Wrap pandas functions to support not including None with the NA values argument
#1553
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
af4683c
Wrap pandas functions to support not including `None` with the NA val…
BryanFauble 21421df
Ignore types
BryanFauble 0b221ce
pylint issues
BryanFauble 5af786d
ordering of ignore
BryanFauble dcb20b1
Add to integration test to cover none in a manifest
BryanFauble f43cd28
Merge branch 'develop' into schematic-210-pandas-remove-none
BryanFauble 6eeacd5
Add additional test for manifest
BryanFauble 28f810e
[SCHEMATIC-210] Add attribute to nones data model (#1555)
GiaJordan e129361
first commit
andrewelamb d443b31
Merge branch 'schematic-210-pandas-remove-none' of https://github.com…
andrewelamb 7a3bb1c
ran black
andrewelamb 9831cc2
Merge branch 'develop' into schematic-210-pandas-remove-none
thomasyu888 41afbc3
add test for validateModelManifest
andrewelamb 929275f
[SCHEMATIC-214] change data model and component (#1556)
GiaJordan ab364f1
Merge branch 'schematic-210-pandas-remove-none' of https://github.com…
andrewelamb 2c67d1e
change test to use new manifests
andrewelamb d53d988
remove uneeded test file
andrewelamb 39c11ab
revert file
andrewelamb b5960a4
revert file
andrewelamb a291b32
change tests to use new manifests
andrewelamb 1708262
remove uneeded manifests
andrewelamb 2cbcae4
ran black
andrewelamb b89c597
add tests back in
andrewelamb ae6f658
ran black
andrewelamb 6ffa9d6
revert manifest
andrewelamb d0a8e15
Split up valid and errored test as separate testing functions
thomasyu888 7310340
Remove unused import
thomasyu888 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
tests/data/mock_manifests/Invalid_none_value_test_manifest.csv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| Sample ID,Patient ID,Tissue Status,Component | ||
| 1,1,Healthy,Biospecimen | ||
| 2,2,Malignant,Biospecimen | ||
| 3,3,None,Biospecimen | ||
| 4,4,None,Biospecimen | ||
| 5,5,InvalidValue,Biospecimen |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| Sample ID,Patient ID,Tissue Status,Component | ||
| 1,1,Healthy,Biospecimen | ||
| 2,2,Malignant,Biospecimen | ||
| 3,3,None,Biospecimen | ||
| 4,4,None,Biospecimen | ||
| 5,5,None,Biospecimen |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.