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

Fix Series.describe(), median agg dtype #258

Merged
merged 1 commit into from Aug 17, 2020

Conversation

sethmlarson
Copy link
Contributor

@sethmlarson sethmlarson commented Aug 17, 2020

  • Series.describe() was using NDFrame.describe() which is the same as DataFrame which isn't correct.
  • Median aggregations should maintain the same dtype as their column
  • dtype should be public, there was some issue potentially in the past with DataFrame.query() but that appears to be in the past as the test suite passes now?

@sethmlarson sethmlarson merged commit 5bf205a into elastic:master Aug 17, 2020
@sethmlarson sethmlarson deleted the series-describe branch August 17, 2020 14:28
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.

None yet

1 participant