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

Remove weighted functions if pandas adds weights to Series operations #55

Open
MaxGhenis opened this issue Dec 11, 2019 · 1 comment
Open

Comments

@MaxGhenis
Copy link
Collaborator

See pandas-dev/pandas#15039 and pandas-dev/pandas#10030

@MaxGhenis
Copy link
Collaborator Author

Weighted functions could also be removed in lieu of the weightedcalcs package, which implements something I'd been thinking about before, setting the weight column once upon initialization:

import weightedcalcs as wc
calc = wc.Calculator("resp_weight")
calc.sum(df, 'valcol')

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

No branches or pull requests

1 participant