Skip to content

Instantly share code, notes, and snippets.

@karamanbk
Created May 3, 2019 20:34
Show Gist options
  • Save karamanbk/9f322d76895c25b55d361743c4c6c0fd to your computer and use it in GitHub Desktop.
Save karamanbk/9f322d76895c25b55d361743c4c6c0fd to your computer and use it in GitHub Desktop.
tx_user['Segment'] = 'Low-Value'
tx_user.loc[tx_user['OverallScore']>2,'Segment'] = 'Mid-Value'
tx_user.loc[tx_user['OverallScore']>4,'Segment'] = 'High-Value'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment