|
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 |
Answered by
risenW
Jan 14, 2022
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.