-
Currently it removes all rows where value in any column is null. Can an argument of "columns" be provided to check null in specific columns only? https://danfo.jsdata.org/api-reference/dataframe/danfo.dataframe.dropna For my dataframe, I have to use
|
Beta Was this translation helpful? Give feedback.
Answered by
risenW
Jan 14, 2022
Replies: 1 comment
-
@Teut2711 At the moment, no it doesn't support a column parameter. But this looks useful, it can be added. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Teut2711
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Teut2711 At the moment, no it doesn't support a column parameter. But this looks useful, it can be added.