Skip to content

Commit

Permalink
add wind
Browse files Browse the repository at this point in the history
  • Loading branch information
nimarion committed Feb 25, 2024
1 parent 27e6c0b commit 9b0e01a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def getRecords(sex, event):
df['result'] = df['result'].str.replace(r'[^0-9:.]', '', regex=True)

# only keep rows result, nation, venue, venueCountry, date, name, yearOfBirth, sex, event, type, environment
desired_columns = ['result', 'nation', 'venue', 'venueCountry', 'date', 'name', 'yearOfBirth', 'sex', 'event', 'type', 'environment']
desired_columns = ['result', 'wind', 'nation', 'venue', 'venueCountry', 'date', 'name', 'yearOfBirth', 'sex', 'event', 'type', 'environment']

valid_columns = []

Expand Down
1 change: 1 addition & 0 deletions taf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@


taf_df.to_csv("taf.csv", index=False)
taf_df.to_excel("taf.xlsx", index=False)


0 comments on commit 9b0e01a

Please sign in to comment.