Created
February 28, 2019 22:16
-
-
Save hamletbatista/6aa6edffba5a392f9655d9f7a5c75c88 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Checking again that the total traffic adds up | |
true_change[["ga:newUsers_before", "ga:newUsers_after"]].sum().sum() == data['ga:newUsers'].sum() | |
#should be true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment