Private
Public Access
1
0

improved dataprepnodjango?

This commit is contained in:
Sander Roosendaal
2018-06-27 18:22:24 +02:00
parent f578f9911e
commit c10c6fafe1
7 changed files with 62 additions and 15 deletions

View File

@@ -206,6 +206,8 @@ def handle_strava_import_stroke_data(stravatoken,
res = df.to_csv(csvfilename+'.gz',index_label='index',compression='gzip')
# data = update_strokedata(workoutid,df,debug=debug)
data = dataprep(df,id=workoutid,bands=False,debug=debug)
# startdatetime = datetime.datetime.strptime(startdatetime,"%Y-%m-%d-%H:%M:%S")