formating
This commit is contained in:
@@ -35,7 +35,7 @@ class SymptomByBatchcodeTableFactory:
|
|||||||
.drop_duplicates(subset = ['VAERS_ID'] + index_columns))
|
.drop_duplicates(subset = ['VAERS_ID'] + index_columns))
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def _getVaxLotsTable(VAERSVAX, index_columns):
|
def _getVaxLotsTable(VAERSVAX, index_columns):
|
||||||
VAX_LOT_LIST_Table = VAERSVAX.groupby("VAERS_ID").agg(
|
VAX_LOT_LIST_Table = VAERSVAX.groupby("VAERS_ID").agg(
|
||||||
VAX_LOT_LIST = pd.NamedAgg(
|
VAX_LOT_LIST = pd.NamedAgg(
|
||||||
column = 'VAX_LOT',
|
column = 'VAX_LOT',
|
||||||
|
|||||||
Reference in New Issue
Block a user