Skip to content

Commit eb6709e

Browse files
committed
add compiler annotations for dropNA
1 parent 1053072 commit eb6709e

File tree

1 file changed

+2
-0
lines changed
  • core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api

1 file changed

+2
-0
lines changed

core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api/Nulls.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,8 @@ public fun <T> DataFrame<T>.dropNA(vararg columns: AnyColumnReference, whereAllN
534534
* This overload operates on all columns in the [DataFrame].
535535
* @include [DropNA.WhereAllNAParam]
536536
*/
537+
@Refine
538+
@Interpretable("DropNa1")
537539
public fun <T> DataFrame<T>.dropNA(whereAllNA: Boolean = false): DataFrame<T> = dropNA(whereAllNA) { all() }
538540

539541
/**

0 commit comments

Comments
 (0)