+ | General |
+
+ dataframe |
+ General artifact – combines all core and IO artifacts except experimental ones. |
+
+
+ | Core |
+
+ dataframe-core |
+ The DataFrame API and its implementation. |
+
+| IO |
+
+ dataframe-json |
+ Provides support for JSON format writing and reading. |
+
+
+ dataframe-csv |
+ Provides support for CSV format writing and reading. |
+
+
+ dataframe-excel |
+ Provides support for XSL/XLSX format writing and reading. |
+
+
+ dataframe-jdbc |
+ Provides support for JDBC data sources reading. |
+
+
+ dataframe-arrow |
+ Provides support for Apache Arrow format writing and reading. |
+
+ | Experimental modules |
+
+ dataframe-geo |
+ Provides a new API for working with geospatial data and IO for geographic formats (GeoJSON, Shapefile). |
+
+
+ dataframe-openapi |
+ Provides support for OpenAPI JSON format reading and writing. |
+
+
+ dataframe-openapi-generator |
+ Provides schema generation from OpenAPI specifications. Requires dataframe-openapi. |
+
+| Plugins |
+
+ kotlin.plugin.dataframe |
+ Kotlin compiler plugin. Provides compile-time extension properties generation.
+ |
+
+
+ kotlinx.dataframe |
+ Gradle plugin. Provides schemas generation using Gradle. |
+
+
+ kotlinx.dataframe:symbol-processor-all |
+ KSP plugin. Provides schemas generation using KSP. |
+
+
+