This PR adds a conditional before configuring Pandas which checks that the config option in Pandas exists. Earlier versions of Pandas may not include this configuration option and we also balancing many different versions of Pandas for compatibility.
References #414
What is the nature of your change?
[x] Bug fix (fixes an issue).
[ ] Enhancement (adds functionality).
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected).
[ ] This change requires a documentation update.
Checklist
Please ensure that all boxes are checked before indicating that a pull request is ready for review.
Description
This PR adds a conditional before configuring Pandas which checks that the config option in Pandas exists. Earlier versions of Pandas may not include this configuration option and we also balancing many different versions of Pandas for compatibility.
References #414
What is the nature of your change?
Checklist
Please ensure that all boxes are checked before indicating that a pull request is ready for review.