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

Document DataFrame.groupby() and rename Field.index -> .column #291

Merged
merged 2 commits into from
Oct 15, 2020

Conversation

sethmlarson
Copy link
Contributor

@sethmlarson sethmlarson commented Oct 15, 2020

  • Rename Field.index to Field.column because it's way less confusing
  • Add documentation for DataFrame.groupby()
  • Fix a bug where DataFrame.groupby(...).agg([agg]) would fail to unpack values
  • Refactor Query.composite_agg_*() functions

cc @V1NAY8

@sethmlarson sethmlarson changed the title Document DataFrame.groupby(), fix single agg Document DataFrame.groupby(), Rename Field.index -> .column Oct 15, 2020
@sethmlarson sethmlarson changed the title Document DataFrame.groupby(), Rename Field.index -> .column Document DataFrame.groupby() and rename Field.index -> .column Oct 15, 2020
@sethmlarson sethmlarson merged commit 05a24cb into elastic:master Oct 15, 2020
@sethmlarson sethmlarson deleted the groupby-tweaks branch October 15, 2020 22:11
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