Private
Public Access
1
0

done runkeeper

This commit is contained in:
Sander Roosendaal
2018-07-03 22:01:53 +02:00
parent ce53c29fee
commit 8da86e610d
7 changed files with 164 additions and 5 deletions

View File

@@ -169,11 +169,11 @@ def get_workout(user,sporttracksid):
s = requests.get(url,headers=headers)
data = s.json()
strokedata = pd.DataFrame.from_dict({
key: pd.Series(value) for key, value in data.items()
})
return data,strokedata
# Create Workout Data for upload to SportTracks