twosigma / beakerx

Beaker Extensions for Jupyter Notebook
http://BeakerX.com
Apache License 2.0
2.8k stars 382 forks source link

Heatmap/Data bars Don't work on tables from SQL #8271

Open Ben-Epstein opened 4 years ago

Ben-Epstein commented 4 years ago

When you run SQL queries and the output is as a tabledisplay, the databar and heatmap features don't work. They work fine with Pandas dataframes.

jaroslawmalekcodete commented 4 years ago

Hi could you add the simple, reproducible example?

Ben-Epstein commented 4 years ago

@jaroslawmalekcodete Hello, thanks for checking in. If you go to the binder and run the SQL notebook under Languages The 3rd cell is a SELECT query.

If you click the dropdown for the numeric columns and choose heatmap or databars, neither work as expected. The same features work fine with Pandas display tables. I've seen the same experience on beakerx 1.2.0, 1.3.0 and 1.5.0 (haven't tested 1.4.0). Thanks!