Skip to content

Instantly share code, notes, and snippets.

@Alakhator
Created March 2, 2020 13:16
Show Gist options
  • Save Alakhator/a0e9d485dee3fbd6bafe6e04357465e7 to your computer and use it in GitHub Desktop.
Save Alakhator/a0e9d485dee3fbd6bafe6e04357465e7 to your computer and use it in GitHub Desktop.
%%timeit
data['N3'] = data.groupby(['C'])['A'].transform('mean')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment