Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
BICF
KCE
kce_etl
Commits
1930da4f
Commit
1930da4f
authored
Apr 25, 2020
by
Venkat Malladi
Browse files
Replace function in dataframe.
parent
3b808999
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/transform_labs.py
View file @
1930da4f
...
@@ -229,7 +229,7 @@ def main():
...
@@ -229,7 +229,7 @@ def main():
max_lab
=
calculate_maximum
(
shifted_df
)
max_lab
=
calculate_maximum
(
shifted_df
)
# Write out lab table
# Write out lab table
calculate_maximum
.
to_csv
(
lab_table
,
index
=
False
)
max_lab
.
to_csv
(
lab_table
,
index
=
False
)
# Write out unmapped labs if there are any
# Write out unmapped labs if there are any
if
unmapped_labs
.
shape
[
0
]
>
1
:
if
unmapped_labs
.
shape
[
0
]
>
1
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment