small data cleaning for cum flex chart
This commit is contained in:
@@ -908,6 +908,8 @@ def interactive_cum_flex_chart2(theworkouts,promember=0,
|
||||
except KeyError:
|
||||
yparam1 = 'None'
|
||||
|
||||
datadf.dropna(axis=1,how='all',inplace=True)
|
||||
datadf.dropna(axis=0,how='any',inplace=True)
|
||||
|
||||
yparamname1 = axlabels[yparam1]
|
||||
if yparam2 != 'None':
|
||||
|
||||
Reference in New Issue
Block a user