elixir-explorer / explorer

Series (one-dimensional) and dataframes (two-dimensional) for fast and elegant data exploration in Elixir
https://hexdocs.pm/explorer
MIT License
1.12k stars 123 forks source link

Add initial support to Decimal #987

Closed philss closed 2 months ago

philss commented 2 months ago

It can read decimals and load from the Rust backend to Elixir using the "Decimal" package.

This implementation was based on https://github.com/alexpearce/explorer/commit/709aa6768f4944a07126eb7ae595f449b5153346

This is the first part to close the https://github.com/elixir-explorer/explorer/issues/867 issue.