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.
Explorer.Dataframe.filter(a in ^series)
seems to ~work~ at least not raise, but not be documented inExplorer.Query
. I was about to add it tobinary_delegates
in the module, but got confused because I would imagine that to also affect how things work not just documentation.