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

`in/2` doesn't come up in `Explorer.Query` documentation #1026

Closed LostKobrakai closed 3 days ago

LostKobrakai commented 3 days ago

Explorer.Dataframe.filter(a in ^series) seems to ~work~ at least not raise, but not be documented in Explorer.Query. I was about to add it to binary_delegates in the module, but got confused because I would imagine that to also affect how things work not just documentation.

LostKobrakai commented 3 days ago

Hmm, I think I misunderstood it not raising with it working 😅