Skip to content

Instantly share code, notes, and snippets.

@tanveer-sayyed
Created February 13, 2019 08:08
Show Gist options
  • Save tanveer-sayyed/764653fd2f79b76c2a7c81fc695b1830 to your computer and use it in GitHub Desktop.
Save tanveer-sayyed/764653fd2f79b76c2a7c81fc695b1830 to your computer and use it in GitHub Desktop.
In [23]:
print(sum(original)/len(original))
print(sum(replaced_by_mean)/len(replaced_by_mean))
print(sum(replaced_by_proportion)/len(replaced_by_proportion))
Out [23]:
1.8
1.8000000000000003
1.8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment