Go to file
Nathan TeBlunthuis 49c3203d78 A few suggestions for the python script:
- using format strings (f-strings) is a nice way in python to build
strings using variables.
- you can read and process a file in one pass if you iterate over the
open file itself instead of reading it into a variable and then
looping
- i had to change your strip code when i stopped using csv reader
- my python linter and auto-formater hate non-indendent comments
- i added a few lines to print cases where we don't get Ok responses.
2020-03-27 20:43:29 -07:00
wikipedia_views A few suggestions for the python script: 2020-03-27 20:43:29 -07:00
code_of_conduct.md add code of conduct and elaborate description 2020-03-24 12:12:57 -07:00
LICENSE Initial commit 2020-03-24 11:10:29 -07:00
README.md Update README.md 2020-03-24 14:25:43 -07:00

COVID-19 Digital Observatory

The COVID-19 Digital Observatory collects, aggregates, and distributes data from social media, search engine results, and Wikipedia to support social and data science research related to the pandemic.

The community data science collective is the early stages of building this project. We expect to make rapid progess and to begin releasing code and data soon.

We eagerly welcome contributors! Please get in touch. Contributors are held to the code of conduct.