Private
Public Access
1
0

small data cleaning for cum flex chart

This commit is contained in:
Sander Roosendaal
2017-05-03 17:06:31 +02:00
parent 7e665400b9
commit 700b59bb02
2 changed files with 3 additions and 1 deletions

View File

@@ -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':