Enhanced Column Selection DSL in Kotlin DataFrame
Published on October 6, 2024
1 min
Introduction The Kotlin DataFrame library makes extracting values from structured data an easy task. As discussed in our documentation, there are four separate APIs that can be used for this purpose, with the optimal choice depending on your individual situation and requirements. To demonstrate, let’s read in a JSON document containing information about users: The […]