Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop row with 50% or more Null/Nan Value #137

Closed
Thilakraj1998 opened this issue Oct 18, 2021 · 2 comments
Closed

Drop row with 50% or more Null/Nan Value #137

Thilakraj1998 opened this issue Oct 18, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers Hacktoberfest For participants in Hacktoberfest

Comments

@Thilakraj1998
Copy link
Contributor

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)
@Thilakraj1998 Thilakraj1998 added enhancement New feature or request good first issue Good for newcomers Hacktoberfest For participants in Hacktoberfest labels Oct 18, 2021
@TamannaBhasin27
Copy link

I want to try this one. Can you please assign it to me.

@TamannaBhasin27
Copy link

I have raised PR. Can you please review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers Hacktoberfest For participants in Hacktoberfest
Projects
None yet
Development

No branches or pull requests

2 participants