REFACTOR: Testing data collection pipeline - Migrating R code to Python #2099
Replies: 4 comments 14 replies
-
Hi, I was hoping to contribute to the testing code and I have written a working script for Belarus: https://github.com/bzki/covid-19-data/blob/belarus_test/scripts/scripts/testing/automations/incremental/belarus.py Before I submit a pull request, a few questions: Apologies if the answers are obvious -- learning as I go. |
Beta Was this translation helpful? Give feedback.
-
We are currently refactoring the project to have a fully python-based pipeline for our COVID-19 testing data collection. This way, the testing pipeline will also take advantage of the main repository package
cowidev
.Planned stages*:
More details...
Albania
Albania test python script #2288Australia
(test, australia) python and batch #2303Azerbaijan
Azerbaijan refactor #2123Bahrain
TEST: Add utils + migrate Bahrain to Python #2156Belarus
Testing: Belarus python port #2129Bulgaria
refactor(test,bulgaria): migrate to python #2158Cape Verde
refactor(test, Cape Verde): python migration #2348Costa Rica
refactor(test, costa rica): python migration #2341Denmark
refactor(test,denmark): python migration #2360Dominican Republic
refactor(test, Dominican Republic): python migration #2373; manualFiji
refactor(test, Fiji): migrate to python #2354 (tests, fiji): collect cumulative total #2382Hong Kong
refactor(test, hong kong): python migration #2343Hungary
refactor(test, hungary): migrate to python #2351Iceland
refactor(test,Iceland): python migration #2361India
India refactor #2131Iran
(test, iran) python script #2272Italy
Refactor(test,italy) migrate to python #2203Kenya
Kenya refactor #2117Lebanon
Create lebanon.py #2120Liechtenstein
refactor(test): Liechtenstein #2255Luxembourg
refactor(test,Luxembourg): python migration #2363Malawi
data(tests): africa cdc scraper #2251Malta
Refactor(test,malta) migrate to python #2202Mauritania
data(tests): africa cdc scraper #2251Mexico
Testing Mexico #2279Moldova
Test moldova new script #2305Mongolia
Refactor(test,mongolia) migrate to python #2209New Zealand
Refactor(tests,new zealand) refactor python scripts #2210Nigeria
Nigeria refactor #2110Pakistan
(test, pakistan) python script #2311Peru
Peru testing data #2302Philippines
refactor(test, philippines): python migration #2349Romania
refactor(test,Romania): python migration #2364Russia
(test, Russia) python conversion #2315Singapore
(test, Singapore) python script #2310South Korea
Refactor(test,southkorea) migrate from r to python #2217South Sudan
data(tests): africa cdc scraper #2251Sweden
refactor(test, sweden): python migration #2331Switzerland
refactor(test, Switzerland): Python migration #2357Tunisia
Tunisia refactor #2116Ukraine
refactor(test, ukraine): python migration #2342Uruguay
Uruguay, batch version for number of tests performed daily. #2154generate_dataset.R
to Python: Could split this into two steps, as in vaccination data pipeline (process and generate). 👤 @lucasrodes @edomtcowidev
: scraping scripts, generate_datset, etc. This means creating a new submodulecowidev.testing
. 👤 @lucasrodes*There is no particular chronological order.
How can you help
The development of STAGE 5 is happening in branch
feature/tests-refactor
. This is being carried by @lucasrodes.Soon we will have a new tool
cowid
to manage all our pipelines, including the testing pipeline. In the first version you will be able to run all scraping scripts for testing data as:Questions?
Comment in this thread
Beta Was this translation helpful? Give feedback.
All reactions