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

Specify list of columns to check in Table.remove_rows_with_missing_values() #640

Closed
lars-reimann opened this issue Apr 23, 2024 · 1 comment
Assignees

Comments

@lars-reimann
Copy link
Member

Is your feature request related to a problem?

In it's current state, Table.remove_rows_with_missing_values() usually removes too many rows to be useful.

Desired solution

  • Add a parameter to specify the columns to check. Only remove the row if one of those column values is missing.
  • Raise an error if a wrong column name is given.

Possible alternatives (optional)

No response

Screenshots (optional)

No response

Additional Context (optional)

No response

@lars-reimann
Copy link
Member Author

lars-reimann commented May 7, 2024

Implemented in the new ExperimentalTable (#731).

@github-project-automation github-project-automation bot moved this from Backlog to ✔️ Done in Library May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

1 participant