Private
Public Access
1
0

prototype history page

This commit is contained in:
Sander Roosendaal
2020-05-05 17:58:30 +02:00
parent 68d238b962
commit e7b3c7df0f
5 changed files with 76 additions and 4 deletions

View File

@@ -172,6 +172,8 @@ from rowers.dataprep import timedeltaconv
from math import pi
def interactive_hr_piechart(df,rower,title):
if df.empty:
return "","Not enough data to make a chart"
df.sort_values(by='hr',inplace=True)
qry = 'hr < {ut2}'.format(ut2=rower.ut2)