# Module tables-kt-dataframe ## Usage ## Artifact: The Maven coordinates of this project are `space.kscience:tables-kt-dataframe:0.4.1`. **Gradle Kotlin DSL:** ```kotlin repositories { maven("https://repo.kotlin.link") mavenCentral() } dependencies { implementation("space.kscience:tables-kt-dataframe:0.4.1") } ```