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

Fix functions with result/dtypes mismatch #830

Closed philss closed 10 months ago

philss commented 10 months ago

This is a fix of some functions that returns something different from what Polars is calculating.

To find them, I had to enable the :check_polars_frames application env in config/config.exs.