Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
158 contributions in the last year
Contribution activity
November 2020
Created 41 commits in 4 repositories
Created 1 repository
- holgerbrandl/clikt Kotlin
Created an issue in holgerbrandl/krangl that received 1 comment
Add API to test for list/set inclusion
Example val df = dataFrameOf("strcol") ("s1", "s2", "s3") val l = listOf("s1", "s2") // Is there any vectorized version to achieve this filter? df.…