Skip to content

Commit

Permalink
update call for all_cols
Browse files Browse the repository at this point in the history
  • Loading branch information
AllisonCh authored Dec 16, 2020
1 parent 3bc89b4 commit e09d385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agu_oss/clean_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def open_and_clean(url):
skiprows=69,
delim_whitespace=True)

all_cols = temp_df.columns[1:]
all_cols = temp_df.columns[2:]

# Remove the last row
temp_df = temp_df.iloc[:, :-1]
Expand Down

0 comments on commit e09d385

Please sign in to comment.