Compiler support of argumentless dropNulls()
and dropNA()
missing
#1178
Labels
Compiler plugin
Anything related to the DataFrame Compiler Plugin
Milestone
while
df.dropNullls { all() }
works,df.dropNulls()
should achieve the same result, but the compiler plugin does not support it yet.Same with
dropNA()
The text was updated successfully, but these errors were encountered: