-
Notifications
You must be signed in to change notification settings - Fork 61
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
Updating the Contributing file #683
base: main
Are you sure you want to change the base?
Conversation
…e running the examples.
Key Changes: Added retain_attributes and aggfunc parameters to the function signature. Created a list new_attrs to store the aggregated attributes if retain_attributes is True. Aggregated attributes using aggfunc and added them to new_attrs during the loop that processes connected components. Combined final_df with the new attributes if retain_attributes is True.
please clean up the commit history here |
Try that again pls :) |
Are you asking for the deletion of commits? |
The only change in this PR should relate to the contributing guide. You're now deleting two pages of user guide. |
ok, I apologize for the mess, these commits were created in different branch still they got added here, I don't know how -_- |
Fixes #633
Added the ruff and pre-commit in the contributing file.