Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
alecglen committed Feb 6, 2022
1 parent 64d40e6 commit d527ff7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nfl_data_py/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ def cache_pbp(years, downcast=True, alt_path=None):

# read in pbp data
for year in years:

try:

data = pandas.read_parquet(url1 + str(year) + url2, engine='auto')
Expand All @@ -188,7 +189,7 @@ def cache_pbp(years, downcast=True, alt_path=None):
raw.to_parquet(path, partition_cols='season')

print(str(year) + ' done.')

except:
next

Expand Down

0 comments on commit d527ff7

Please sign in to comment.