`category` type data frame columns don't show in "Statistics" tab

I’m brand new in using Datalore.

When trying to use Datalore’s built-in “Statistics” tab to get a glance at my pandas data frame, I noticed that all the columns whose data type was of type category did not display, and would say (indefinitely):

Waiting for column statistics to load…

I found my self having to convert my category data type columns into type object in order for them to be displayed properly. Is there a workaround to this?

Moreover, int data type columns upon being converted into object data type are also not displayed in the “Statistics” tab.