-
Notifications
You must be signed in to change notification settings - Fork 11
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
Flb/update excel parser accroding to thermodynamics example #336
Merged
francescalb
merged 72 commits into
master
from
flb/update-excel-parser-accroding-to-thermodynamics_example
Jan 7, 2022
Merged
Flb/update excel parser accroding to thermodynamics example #336
francescalb
merged 72 commits into
master
from
flb/update-excel-parser-accroding-to-thermodynamics_example
Jan 7, 2022
Conversation
This file contains 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
Much of what is in this file should go into the excel2onto tool.
Added example folder
…ose-302-excelparser
removed rows with missing value in prefLabel Convert prefLabel to string
…ose-302-excelparser
Metadata should be factored out later
Co-authored-by: Jesper Friis <[email protected]>
Co-authored-by: Jesper Friis <[email protected]>
Co-authored-by: Jesper Friis <[email protected]>
data argument can either be metadata (pd.DataFrame) or a row for a concept (pd.Series)
…ose-302-excelparser
cannot be added due to errors in prefLabel: prefLabels with spaces, concepts that already exist (These are diregarded - it might be good to add an option for these in the future if it should be allowed to change or add to concepts), concepts where prefLabel is completely missing. Concepts missing elucidation OK. Leading and trailing spaces are removed.
If force: add elucidation as rdfs.comment, add altLAbel as rdfs.label, add example as rdfs.comment
…odynamics_example
…odynamics_example
…mple' of github.com:emmo-repo/EMMO-python into flb/update-excel-parser-accroding-to-thermodynamics_example
francescalb
commented
Jan 5, 2022
CasperWA
reviewed
Jan 7, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nothing big. I'll return this as a comment review and approve one you've gone over the comments.
CasperWA
approved these changes
Jan 7, 2022
CasperWA
deleted the
flb/update-excel-parser-accroding-to-thermodynamics_example
branch
March 2, 2022 16:25
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description:
Fixes are needed to make the excelparser more robust:
Type of change:
Checklist:
This checklist can be used as a help for the reviewer.
Comments: