Custom integrations with unsupported data sources
Some data sources are not officially supported in the Kotlin DataFrame API yet — but you can still integrate them easily using custom code.
Below is a list of example integrations with other data frameworks. These examples demonstrate how to bridge Kotlin DataFrame with external libraries or APIs.
You can use these examples as templates to create your own integrations with any data processing library that produces structured tabular data.
22 August 2025