updating the sql handler's method of filtering for the filled-in header
This commit is contained in:
parent
836c1aa802
commit
08ab984096
@ -261,6 +261,9 @@ class SQLHandler():
|
||||
filtered_series = self.filter_df_by_participant_type(df_times, participant_type)
|
||||
#filtered_series = df_times.loc[df_times["participant_type"]==participant_type]
|
||||
|
||||
if len(filtered_series)==0:
|
||||
return None
|
||||
|
||||
if len(filtered_series)==0:
|
||||
return None
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user