2

I'm trying to reproduce this heatmap but I keep getting the following error:

AttributeError: 'pandas._libs.interval.Interval' object has no attribute 'split'

I'm running pandas version 0.20.2 and bokeh version 0.12.5.

I've found someone who has the same issue in this post but wasn't able to find a fix.

1 Answers1

1

Apparently this is a known issue due to recent changes made to pandas. Running pandas version before 0.20 gets rid of the error.