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

Revert LazyFrame implementation with stack #892

Closed philss closed 7 months ago

philss commented 7 months ago

This is because we could make the remaining group operations work without having to deal with the stack in any special way.

It's a revert of https://github.com/elixir-explorer/explorer/pull/882