Updated Dr.'s Chronology From Television News OCR: 2020-2021

We've updated our chronology of Dr.'s from the onscreen OCR'd text of television news that we first released early last year. The latest list is updated through 24 hours ago.

Creating this list required just a single SQL query:

SELECT DATE(date) day, station, REGEXP_EXTRACT( LOWER(OCRText), r'\bdr[\.]* ([A-Za-z]+ [A-Za-z]+)') name, count(1) cnt FROM `gdelt-bq.gdeltv2.vgegv2_iatv` WHERE DATE(date) >= "2020-01-01" group by station, day, name having length(name) > 3 and cnt > 1 order by day asc, cnt desc

You can download the full list January 1, 2020 through February 10, 2021: