Skip to content

Commit

Permalink
Merge pull request #437 from biglocalnews/ia-xls
Browse files Browse the repository at this point in the history
Cut the IA header
  • Loading branch information
palewire authored Feb 21, 2022
2 parents 7de1f0b + 8467102 commit 08cabea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions warn/scrapers/ia.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ def scrape(
historic_url = "https://www.iowaworkforcedevelopment.gov/sites/search.iowaworkforcedevelopment.gov/files/documents/2018/WARN_20180503.xlsx"
historic_excel_path = cache.download("ia/historic.xlsx", historic_url)

# Parse it
row_list += _parse_xlsx(historic_excel_path)
# Parse it, minus the header
row_list += _parse_xlsx(historic_excel_path)[1:]

# Set the export path
data_path = data_dir / "ia.csv"
Expand Down

0 comments on commit 08cabea

Please sign in to comment.