-
Notifications
You must be signed in to change notification settings - Fork 30
Leaf Export and Property Handling #346
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
Conversation
Method to export single leaf of odml document, starting at specified property.
Method to export single leaf of odml document, starting at specified section. Includes properties of selected section, but no subsections.
If format of value is wrong, e.g. with date, more info is given.
mpsonntag
left a comment
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.
Very nice PR! I added mostly minor comments for the leaf_export. The _validate_values method requires some updates.
I'll also add some additional thoughts to the export_leaf method on the main PR thread which were not in the issue specification and do not concern the commits to this point.
|
With respect to the |
Move from _validate_values and check only for dtypes "date", "time" and "datetime".
This pull request