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

Improve "from_list/2" decoding of terms for binary series #929

Closed philss closed 5 months ago

philss commented 5 months ago

This is a gain of around 30% in the "Explorer.Series.from_list/2" for then the data type is binary.

This PR also includes some error handling and a filter to error in case of an unknown atom for float series.