Laminar Insight

All about making data and insights flow flawlessly

Who's Missing?

Writing a Python utility function to calculate feature wise missing values.

This is mostly a tutorial about how to write utility functions in Python. We will use finding out missing values as a use case. Also I will use RStudio as the IDE to demonstrate Python codes. So I will leverage Reticulate package to use both Python and R.