Closed
Description
We're not (yet) running all tests with -W error
, so some warnings slip through to CI. On the way towards that, let's fixup this file.
Task here is:
- make sure you've got your environment set up, see the contributing guide
- make sure you can run this test:
pytest pandas/tests/apply/test_frame_apply.py
- fixup the warning (you just need to add
dayfirst=True
to theto_datetime
call) - check that
pytest pandas/tests/apply/test_frame_apply.py
doesn't throw a warning - stage, commit, push, open pull request, celebrate 🎉
Feel free to tag me for review