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

Create a dataframe version of has_final_labels #847

Merged
merged 1 commit into from
Jan 15, 2022

Conversation

shankari
Copy link
Contributor

Try two separate versions of applying has_final_labels for dataframes.

  • one row by row using dataframe.apply
  • the other filtering directly with column-wise operations

I think that the second is more peformant so going with it for now
If that is no longer true, we can switch back to the apply, in which case we
can remove has_final_labels_df

Try two separate versions of applying `has_final_labels` for dataframes.
- one row by row using `dataframe.apply`
- the other filtering directly with column-wise operations

I think that the second is more peformant so going with it for now
If that is no longer true, we can switch back to the `apply`, in which case we
can remove `has_final_labels_df`
@shankari shankari merged commit 1f6d6c8 into e-mission:master Jan 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant