Skip to content

Instantly share code, notes, and snippets.

@tiagofer
Last active February 4, 2021 03:26
Show Gist options
  • Save tiagofer/75708bab2dafeea5d328c51b20513664 to your computer and use it in GitHub Desktop.
Save tiagofer/75708bab2dafeea5d328c51b20513664 to your computer and use it in GitHub Desktop.
#retenção de 1 dia
g30_1 = df_game.query("version == 'gate_30'")['retention_1'].values.astype(int)
g40_1 = df_game.query("version == 'gate_40'")['retention_1'].values.astype(int)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment