You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Perspective doesn't have internal support for decimal yet. We can change this behavior to cast to float instead which is probably more useful (for the purposes of data visualization at least).
Bug Report
Steps to Reproduce:
Run this code in jupyterlab (duckdb version was 0.10.1 but should work on any recent version)
Expected Result:
Values should be the same
Actual Result:
Decimal value is deserialized as the internal Arrow representation of a decimal type (an integer)
Environment:
perspective-python 2.10.0
running on Python3.11
, jupyterlab3.6.5
, MacOS14.4.1
.Additional Context:
I first noticed this issue in the JS package but it was easier for me to create a replicable example in Python.
The text was updated successfully, but these errors were encountered: