data-scrubbing

What is python's equivalent of R's NA?

What is python's equivalent of R's NA? Question: What is python’s equivalent of R’s NA? To be more specific: R has NaN, NA, NULL, Inf and -Inf. NA is generally used when there is missing data. What is python’s equivalent? How libraries such as numpy and pandas handle missing values? How does scikit-learn handle missing …

Total answers: 3