Skip to content

df.dropNulls can be hard to find #1099

@koperagen

Description

@koperagen

dropNulls follows pandas convention, similar to dropNa
In stdlib there's list.filterNotNull, and this is what Kotlin developers expect more.
I suggest to add

df.filterIsInstance<Type> { col and col } 
df.filterNotNull { col and col }

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions