adding ADR column to vaccineDistributionByZipcode table

This commit is contained in:
frankknoll
2023-03-10 11:17:21 +01:00
parent 27920d536f
commit 3f38e066a5
4 changed files with 103 additions and 72 deletions

View File

@@ -0,0 +1,5 @@
from BatchCodeTableFactory import BatchCodeTableFactory
def create_ADR_by_Batchcode_Table_4USA(internationalVaersCovid19):
batchCodeTable4USA = BatchCodeTableFactory(internationalVaersCovid19).createBatchCodeTableByCountry('United States')
return batchCodeTable4USA[['Adverse Reaction Reports']]