microsoft / jupyter-Kqlmagic

Extension (Magic) to Jupyter notebook and Jupyter lab, that enable notebook experience working with Kusto, ApplicationInsights, and LogAnalytics data.
Other
85 stars 31 forks source link

Bug fix: 'decimal' type and plotting #53

Closed wpbrown closed 4 years ago

wpbrown commented 4 years ago

Decimal values in Kusto are returned as strings. Arithmetic operations on during charting, e.g. building the series for a stacked area chart, throw an exception because they can't operate on strings.

mbnshtck commented 4 years ago

Fixed the table to hold Decimal values. Now there is no need to modify the values before charting.

wpbrown commented 4 years ago

Fixed the table to hold Decimal values. Now there is no need to modify the values before charting.

Displaying tables with decimal values is broken in post20: Object of type Decimal is not JSON serializable.