some more polars, passing test_uploads
This commit is contained in:
@@ -1380,7 +1380,7 @@ def interactive_chart(id=0, promember=0, intervaldata={}):
|
||||
|
||||
columns = ['time', 'pace', 'hr', 'fpace', 'ftime', 'spm']
|
||||
datadf = dataprep.getsmallrowdata_pl(columns, ids=[id])
|
||||
if datadf.is_eompty():
|
||||
if datadf.is_empty():
|
||||
return "", "No Valid Data Available"
|
||||
|
||||
datadf = datadf.fill_nan(None).drop_nulls()
|
||||
|
||||
Reference in New Issue
Block a user