cytomining / pycytominer

Python package for processing image-based profiling data
https://pycytominer.readthedocs.io
BSD 3-Clause "New" or "Revised" License
78 stars 35 forks source link

fix(pandas): add condition for pandas config #415

Closed d33bs closed 5 months ago

d33bs commented 5 months ago

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.

d33bs commented 5 months ago

Thanks @kenibrewer ! Merging this in.