Private
Public Access
1
0

trying reading rdata

This commit is contained in:
Sander Roosendaal
2018-06-28 13:34:52 +02:00
parent 3f9ccd3962
commit 13f98d1f54

View File

@@ -140,8 +140,8 @@ def create_strava_stroke_data_db(workoutid,df,csvfilename,debug=False):
res = df.to_csv(csvfilename+'.gz',index_label='index',compression='gzip')
data = dataprep(df,id=workoutid,bands=False,debug=debug)
row = rrdata(csvfile=csvfilename+'.gz')
data = dataprep(row.df,id=workoutid,bands=False,debug=debug)
return data