Closed tylerjereddy closed 1 year ago
Fixes #909
make the library compatible with both pandas 1.5.x and pandas 2.0.0rc0 by pinning the dtype we use for one-hot encoding our heatmap data
pandas 1.5.x
pandas 2.0.0rc0
see related upstream comment and release notes (get_dummies() change):
get_dummies()
Thanks for tracking that down!
Fixes #909
make the library compatible with both
pandas 1.5.x
andpandas 2.0.0rc0
by pinning the dtype we use for one-hot encoding our heatmap datasee related upstream comment and release notes (
get_dummies()
change):