PolyMathOrg / DataFrame

DataFrame in Pharo - tabular data structures for data analysis
MIT License
74 stars 29 forks source link

Add support for #includes:, #includesAny:, and #includesAll: in DataFrame #270

Closed Joshua-Dias-Barreto closed 1 year ago

Joshua-Dias-Barreto commented 1 year ago

DataFrame being a collection should support includes:, includesAny: and includesAll:. Currently it returns false every time you use this method for data frames.