Private
Public Access
1
0

some more polars, passing test_uploads

This commit is contained in:
2024-04-18 08:31:08 +02:00
parent e510591dba
commit eb44623e24
7 changed files with 68 additions and 59 deletions

View File

@@ -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()