Krangl question: ```val df = dataFrameOf("strcol")...
# datascience
s
Krangl question:
Copy code
val df = dataFrameOf("strcol") ("s1", "s2", "s3")
val l = listOf("s1", "s2")
// Is there any vectorized version to achieve this filter?
df.filterByRow { l.contains(it["strcol"]) }
h
Not yet, but I've filed a ticket to keep track of it. See https://github.com/holgerbrandl/krangl/issues/99