Closed Joshua-Dias-Barreto closed 1 year ago
I'll close this one because it does not match the smalltalk way of manipulating data as we talked in meeting.
We can think about implementing it if we find a usecase but we can simply do ds collect: [ :each | base includes: each ]
.
Instead we should add tests on #includesAny: and #includesAll: to ensure they work the same way as other collections in Pharo. (returning juste a boolean)
This method is similar to pandas .isin()
This method returns a new DataFrame where each element indicates whether it matches any value in the given collection.