Skip to content

toDataFrame loses types of properties with type parameter return type #1771

@koperagen

Description

@koperagen

easy repro with unfold Pair<Int, String>, toDataFrame under the hood:
dataFrameOf("a" to columnOf(1 to "str")).unfold { a }

Actual:

a:
 first: Any
 second: Any

Expected:

a:
 first: Int
 second: String

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions