jtablesaw / tablesaw

Java dataframe and visualization library
https://jtablesaw.github.io/tablesaw/
Apache License 2.0
3.53k stars 641 forks source link

Fix isIn(Collection) (issue #1227) #1228

Open m37r opened 1 year ago

m37r commented 1 year ago

Thanks for contributing.

Description

Fixed issue #1227 where isIn(Collection) would not match column values unless they were given as Doubles.

Testing

NumberColumnTest.testIsInIntegerColumn() NumberColumnTest.testIsInDoubleColumn()