Kotlin / dataframe

Structured data processing in Kotlin
https://kotlin.github.io/dataframe/overview.html
Apache License 2.0
768 stars 48 forks source link

add random parameter to shuffle #643

Closed koperagen closed 3 months ago

koperagen commented 3 months ago

partially fixes #420 i'm not sure why, but stdlib doesn't use default value for this parameter and instead introduces an overload. I decided to follow this