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

Fix encode of binaries to terms inside struct series #996

Closed philss closed 1 month ago

philss commented 1 month ago

Fixes https://github.com/elixir-explorer/explorer/issues/994

ceyhunkerti commented 1 month ago

cool, I am super new to this, and need to read some code and your pr fills the gaps for me. thanks a lot.