Created
April 21, 2020 18:29
-
-
Save vosbs/d6c19f64cf6a31ef7d0930169d5ddc75 to your computer and use it in GitHub Desktop.
m5000_4
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
test = test.assign(I_new=test['I'] + (test['ml_speed'] - test['speed']) * 2000) | |
print((test.I_new > limit).sum() / test.shape[0]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment