formating

This commit is contained in:
frankknoll
2023-01-23 11:16:27 +01:00
parent c55cabc9ce
commit 6f4735eeeb

View File

@@ -35,7 +35,7 @@ class SymptomByBatchcodeTableFactory:
.drop_duplicates(subset = ['VAERS_ID'] + index_columns))
@staticmethod
def _getVaxLotsTable(VAERSVAX, index_columns):
def _getVaxLotsTable(VAERSVAX, index_columns):
VAX_LOT_LIST_Table = VAERSVAX.groupby("VAERS_ID").agg(
VAX_LOT_LIST = pd.NamedAgg(
column = 'VAX_LOT',