DataFrame.count
Count non-NaN cells for each column or row. The values NaN and undefined are considered NaN
Last updated
Count non-NaN cells for each column or row. The values NaN and undefined are considered NaN
Last updated
options
Object
axis: 0 or 1. If 0, compute the mean column-wise, if 1, row-wise. Defaults to 1
{ axis: 1 }