Created
February 13, 2019 08:08
-
-
Save tanveer-sayyed/764653fd2f79b76c2a7c81fc695b1830 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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