Skip to content

Instantly share code, notes, and snippets.

@mzumi
Last active August 29, 2015 14:17
Show Gist options
  • Save mzumi/bbeba27792f9e2478e88 to your computer and use it in GitHub Desktop.
Save mzumi/bbeba27792f9e2478e88 to your computer and use it in GitHub Desktop.
payment_info = purchasers.groupby(['app_name', 'log_month', 'user_id'], as_index=False)['payment'].sum()
payment_info['payment_band'] = payment_info['payment'].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