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

Error #1

Open
opanito opened this issue Nov 26, 2019 · 0 comments
Open

Error #1

opanito opened this issue Nov 26, 2019 · 0 comments

Comments

@opanito
Copy link

opanito commented Nov 26, 2019

Hi - I am getting this error when executing your code:

Simulating Game...
Traceback (most recent call last):
File "main.py", line 90, in
main()
File "main.py", line 46, in main
d = get_stats(plyr, 'adv')
File "/Users/admin/nba-dream-sim/getStats.py", line 76, in get_stats
df = find_table_of_player(url, stat_type)
File "/Users/admin/nba-dream-sim/getStats.py", line 71, in find_table_of_player
df = parse_html_table(table)
File "/Users/admin/nba-dream-sim/getStats.py", line 34, in parse_html_table
raise Exception("Column titles do not match the number of columns")
Exception: Column titles do not match the number of columns

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant