Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

import_sc_lines only updated to 2020 #81

Open
jdhassan opened this issue Jan 28, 2024 · 0 comments
Open

import_sc_lines only updated to 2020 #81

jdhassan opened this issue Jan 28, 2024 · 0 comments
Labels
Data Issue Something's off with the underlying data source

Comments

@jdhassan
Copy link

I can't pull game lines data from past 2020, looking to pull future data if possible...
Input:
if __name__ == "__main__": lines = nfl.import_sc_lines() print(lines.head)
Output
`root@localhost:~# python3 ~/nfl_picks/init.py
<bound method NDFrame.head of season week away_team home_team game_id side line
0 2013 1 BAL DEN 2013090500 BAL 7.5
1 2013 1 BAL DEN 2013090500 DEN -7.5
2 2013 1 NE BUF 2013090800 BUF 9.5
3 2013 1 NE BUF 2013090800 NE -9.5
4 2013 1 SEA CAR 2013090801 CAR 3.5
... ... ... ... ... ... ... ...
4087 2020 17 JAX IND 2021010313 JAX 14.0
4088 2020 17 ARI LA 2021010314 ARI -2.5
4089 2020 17 ARI LA 2021010314 LA 2.5
4090 2020 17 SEA SF 2021010315 SEA -6.0
4091 2020 17 SEA SF 2021010315 SF 6.0

[4092 rows x 7 columns]>
done`

@alecglen alecglen added the Data Issue Something's off with the underlying data source label Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Data Issue Something's off with the underlying data source
Projects
None yet
Development

No branches or pull requests

2 participants