Better flexibility with parsers pulling methods from database objects.
This commit is contained in:
@@ -218,7 +218,5 @@ def drop_reruns_from_df(ctx:dict, df: DataFrame) -> DataFrame:
|
||||
df = df.drop(df[df.name == first_run].index)
|
||||
return df
|
||||
|
||||
|
||||
|
||||
def make_hitpicks(input:list) -> DataFrame:
|
||||
return DataFrame.from_records(input)
|
||||
Reference in New Issue
Block a user