I am trying to get COVID19 deaths history per country using Google's SDK. I installed bq (BigQuery) on Ubuntu, but I don't know how to proceed. The online API gives some examples but they seem irrelevant. I expect something like bq extract bigquery-public-data.covid19_open_data
but can't find instructions. I feel clueless here, thanks for your help.
pulling covid deaths from covid19_open_data using bq
122 views Asked by Yuval Harpaz At
1
Eventually, I managed to get the data I wanted with the online API (link above in the question). I used the code below. However, the data was noisy and spiky for Sweden and other countries, similarly to Johns Hopkins data, so I have to keep looking for a more reliable source of data. it seems that WHO has better data