Closed KikeM closed 3 years ago
As you can see, I have included pandas
as a dependency in the requirements-test.txt
file.
If pandas
is not present, the tests are skipped.
Perhaps you need to update the github actions so that they install pandas
too to run the tests, something like
pip install . -r requirements-test.txt
Thank you for your contribution! I'll edit the github actions file to install panda.
Hi @gaogaotiantian,
I have included two tests for
pandas
-like objects.