Closed mattmilten closed 1 year ago
@simonbowly, do you have any idea why those checks are failing?
They're failing on master as well. It looks like poetry has an issue with isort, and we need to upgrade it: https://github.com/PyCQA/isort/issues/2077
Merging #31 should fix the problem here
I merged #31 and rebased this. All good now
We currently get a warning with newer pandas versions:
I added the suggested
group_keys=False
to the two affected calls ofgroupby()
to avoid this warning.