You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This function takes a pandas dataframe supplied as an argument and returns a integer value representing any null values found within the columns to check
Parameters
----------
data : pandas.DataFrame
Dataframe to read
columns_to_be_checked: list
Given dataframe columns to be checked for null values
Returns
-------
out : int
The number of null values found in the given columns