Closed Torvaney closed 3 years ago
Your pandas version is nearly 2 years out of date. The readme example works as expected for me with version 1.1.0
Good catch, thanks! I thought I'd created a frsh venv for this, but the miniconda3
in the traceback path seems to be telling a different story?
I guess the fix would be to add a minimum pandas version in setup.py
, then
Yeah, that would work. It looks like pandas released 1.0.0 just a few days after the last commit to this repo. I can't seem to get the test_competition_events
test to pass on any version at the moment so not entirely sure what the minimum required version would be.
Running the example code from the README throws an error when the API response is coerced into a dataframe.
For example:
Gives the following error:
Data can be fetched in the non-dataframe format, without any issues:
From
pip freeze
I am using: