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

Update parametric.py #413

Closed
wants to merge 1 commit into from
Closed

Conversation

kamelCased
Copy link

Removed the parameter numeric_only=True for Series (e.g. data[dv]) since numeric_only is not implemented for Series in pandas and it triggers NotImplementedError: Series.mean does not implement numeric_only. Note I keep it for all dataframes and grouped dataframes

Remove numeric_only=True for Series (data[dv]) since numeric_only is not implemented for series in pandas
@kamelCased kamelCased closed this Mar 31, 2024
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