8000 PDEP-1 Revision (Decision Making) by noatamir · Pull Request #53576 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

PDEP-1 Revision (Decision Making) #53576

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

Merged
merged 19 commits into from
Apr 1, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
change majority to 70%
  • Loading branch information
jorisvandenbossche committed Feb 23, 2024
commit 809ae6f2078e206d736b95282fa452f9c073d530
2 changes: 1 addition & 1 deletion web/pandas/pdeps/0001-purpose-and-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ values:
- 11 voting members.
- 50% of voting members.

Given a quorum, a majority of 75% of the non-abstaining votes is required as well, i.e. 75% of
Given a quorum, a majority of 70% of the non-abstaining votes is required as well, i.e. 75% of
the approving and disapproving votes must be in favor.

Thus, abstaining votes count towards a quorum, but not towards a majority. A voting member might
Expand Down
3057
0