Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
giscience
disaster-tools
covid-19-research-map
Commits
3c30deae
Commit
3c30deae
authored
Apr 06, 2020
by
Benjamin Herfort
Browse files
update trials
parent
b88aceb3
Changes
1
Hide whitespace changes
Inline
Side-by-side
python/covid_worker.py
View file @
3c30deae
...
...
@@ -163,7 +163,7 @@ def run():
# TODO: this is currently broken! You need to provide as csv file manually.
new_data_df
=
get_trials_df_from_url
()
# remove wrong case NCT04256395
studies_to_delete
=
[
"NCT04256395"
,
"NCT04061382"
,
"NCT04226157"
]
studies_to_delete
=
[
"NCT04256395"
,
"NCT04061382"
,
"NCT04226157"
,
"NCT03331445"
,
"NCT03680274"
,
"ISRCTN51287266"
]
for
study
in
studies_to_delete
:
new_data_df
=
new_data_df
.
drop
(
new_data_df
[
new_data_df
[
'TrialID'
]
==
study
].
index
,
axis
=
0
)
...
...
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