Closed Thilakraj1998 closed 3 years ago
file to refer: https://github.com/blobcity/autoai/blob/main/blobcity/utils/Cleaner.py
Add functionality to drop rows from the data frame which has more then 50% null values or missing values.
utilize:
pandas.Dataframe.dropna()
function should be executed before following function:
RemoveHighNullValues(updateddf)
I want to try this one. Can you please assign it to me.
I have raised PR. Can you please review.
file to refer: https://github.com/blobcity/autoai/blob/main/blobcity/utils/Cleaner.py
Add functionality to drop rows from the data frame which has more then 50% null values or missing values.
utilize:
function should be executed before following function: