Skip to content

Iterable<Double?>.toDataFrame() and Iterable<Float?>.toDataFrame() results in empty dataframe #630

@Jolanrensen

Description

@Jolanrensen

As the title says

listOf(1.0, 2.0).toDataFrame() gives an empty dataframe.

The overloads for Float? and Double? are missing here:
https://github.com/Kotlin/dataframe/blob/master/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api/toDataFrame.kt

This is a critical miss.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinginvalidThis issue/PR doesn't seem right

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions