-
Notifications
You must be signed in to change notification settings - Fork 2
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
Extract 5 digit Segment ID from (some) ≥FV2410 AHBs #309
Conversation
datenelement=_split_data_element_and_segment_id(row["Datenelement"])[0], | ||
segment_id=_split_data_element_and_segment_id(row["Datenelement"])[1], |
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.
ich gebe zu, das ist mittel hässlich. aber so hat pylint nicht gejammert, es gäbe zu viele locals ;)
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.
fair enough ;)
datenelement=_split_data_element_and_segment_id(row["Datenelement"])[0], | ||
segment_id=_split_data_element_and_segment_id(row["Datenelement"])[1], |
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.
fair enough ;)
#304
Fixes: