Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Tips and Traps¶
LazyFrame.filter
filters rows using anExpr
whileDataFrame.filter
filters rows using a mask of the typeChunkedArray<BooleanType>
.