Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Kristian Soltesz
amina
Commits
bea15aef
Commit
bea15aef
authored
Apr 26, 2021
by
Amina Gojak
Browse files
Update change_data_pk_csv.py
parent
1b6738ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Eleveld_replication/change_data_pk_csv.py
View file @
bea15aef
...
...
@@ -2,7 +2,7 @@ import pandas as pd
import
numpy
as
np
df
=
pd
.
read_csv
(
'data_pk.csv'
,
sep
=
';'
,
names
=
[
'ID'
,
'STUDY'
,
'TIME (min)'
,
'CP (ug/ml)'
,
'UNKNOWN'
,
'AMT (mg)'
,
'RATE (mg/min)'
,
'EVID'
,
'AGE (yrs)'
,
'WGT (kg)'
,
'HT (cm)'
,
'M
1F2'
,
'A1V2'
,
'AD1
'
,
'PMA'
,
'?1'
,
'BMI'
,
'?2'
,
'?3'
,
'?4'
])
'M
ale=1, Female=2'
,
'Arterial=1, Venous=2'
,
'Additional durg = 1, No additional drug = 2
'
,
'PMA'
,
'?1'
,
'BMI'
,
'?2'
,
'?3'
,
'?4'
])
# Part data according to corresponding study
# 1. Bailey et al.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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