We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ef56b4 commit ac3eb9aCopy full SHA for ac3eb9a
core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api/describe.kt
@@ -16,7 +16,7 @@ import kotlin.reflect.KType
16
public interface ColumnDescription {
17
public val name: String
18
public val path: ColumnPath
19
- public val type: KType
+ public val type: String
20
public val count: Int
21
public val unique: Int
22
public val nulls: Int
0 commit comments