Private
Public Access
1
0

removed non working line in update_records

This commit is contained in:
Sander Roosendaal
2018-03-14 11:10:00 +01:00
parent a28a31f6bc
commit 8b8fe6d431

View File

@@ -173,7 +173,6 @@ def update_records(url=c2url):
df['Distance'] = df['Event']
df['Duration'] = 0
print row.Duration
for nr,row in df.iterrows():
if 'm' in row['Record']:
df.ix[nr,'Distance'] = row['Record'][:-1]