DataFrame.dropNa
Remove missing values (NaNs, undefined, null) for DataFrame
Last updated
Was this helpful?
Remove missing values (NaNs, undefined, null) for DataFrame
Last updated
Was this helpful?
danfo.DataFrame.dropNa(axis, options) []
axis
Int
0 or 1. If 0, drop columns with NaNs, if 1, drop rows with NaNs
1
options
Object
inplace: Boolean indicating whether to perform the operation inplace or not. Defaults to false
{inplace: false}