removed non working line in update_records
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user