-
Notifications
You must be signed in to change notification settings - Fork 75
Closed
Labels
documentationImprovements or additions to documentation (not KDocs)Improvements or additions to documentation (not KDocs)enhancementNew feature or requestNew feature or request
Milestone
Description
Because DataFrame is such a lightweight and close-to-stdlib library, it's fairly trivial to connect other libraries and convert their structures to a dataframe and back. Still, many people don't know that this is possible and may expect some difficult type-mapping to be required, while this often isn't the case.
I believe we should provide a little guide with some examples for how to do this. For instance, we could provide an example for
- Apache Spark
- with kotlin spark api https://github.com/Kotlin/kotlin-spark-api/wiki/Kotlin-DataFrame-interoperability
- without kotlin spark api
- Exposed
- Generic list of data classes?
If needed, we could provide type mappings to generate data schemas too, but often that's not even necessary.
Of course, these examples could turn into a fully fletched io source if needed, but providing them as example could prove valuable I think :)
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentation (not KDocs)Improvements or additions to documentation (not KDocs)enhancementNew feature or requestNew feature or request