J.Random
0
Q:

percentage rows are na

>>> flights.isna().mean().round(4) * 100
1
# Apply on dataframe with missing values
sum(is.na(x))/prod(dim(x))
0
mean(is.na(x))
0
sum(is.na(x))/prod(dim(x))
0

New to Communities?

Join the community