ExeTera icon indicating copy to clipboard operation
ExeTera copied to clipboard

Dataframe/Field array syntax for filtering and indexing

Open atbenmurray opened this issue 2 years ago • 2 comments

At the moment, dataframes have apply_filter and apply_index. In pandas , this is done through array dereference syntax. There isn't any particular reason why we can't also have the same array dereference syntax, and this would help people who are otherwise struggling to get their head around pandas style array dereference dataframe manipulations

atbenmurray avatar Nov 16 '21 11:11 atbenmurray