adding ADR column to vaccineDistributionByZipcode table
This commit is contained in:
5
src/ADR_by_Batchcode_Table_Factory.py
Normal file
5
src/ADR_by_Batchcode_Table_Factory.py
Normal 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']]
|
||||
Reference in New Issue
Block a user