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.13k stars 123 forks source link

Rewrite LazyFrame #882

Closed philss closed 8 months ago

philss commented 8 months ago

This is a new way to perform lazy frame operations.

The idea is to apply all operations to the Rust LazyFrame just when collecting. And we are storing each operation in a "stack".

Related to: https://github.com/elixir-explorer/explorer/issues/498

philss commented 8 months ago

@josevalim I think this is good for a second look :)