-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Labels
testsSomething related to the JUnit tests, integration tests or testing infrastructureSomething related to the JUnit tests, integration tests or testing infrastructure
Milestone
Description
As the title says.
Unfold is a sort-of in-dataframe .toDataFrame()
conversion (https://kotlin.github.io/dataframe/unfold.html), but this behavior isn't tested anywhere, nor do we check it's consistent with our Iterable<>.toDataFrame()
overloads.
Related to unfold, we should probably rename AnyCol.isPrimitive()
and KClass<*>.isPrimitive()
to isValueType()
or something, because "primitive" has a different meaning in the JVM world.
Metadata
Metadata
Assignees
Labels
testsSomething related to the JUnit tests, integration tests or testing infrastructureSomething related to the JUnit tests, integration tests or testing infrastructure