Kotlin Library for vectorized operations in a DataFrame?

I’m searching for a library which can do vectorized operations in a DataFrame(2D Table)
Also I want to know the difference between krangl vs Kotlin DataFrame?

I found viktor, a kotlin library for vectorized operations, but I can’t able to find exact documentation for any of the above mentioned libraries.

As I’m new to kotlin development, Kindly Help me with this.

Thanks…