Skip to content

Instantly share code, notes, and snippets.

@mzumi
Last active August 29, 2015 14:17
Show Gist options
  • Save mzumi/ed1009f25039e0b36080 to your computer and use it in GitHub Desktop.
Save mzumi/ed1009f25039e0b36080 to your computer and use it in GitHub Desktop.
purchasers.groupby(['app_name', 'log_month', 'user_id'])['payment'].sum().apply(lambda x: int(x) / 2000 * 2000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment