Guest User

Untitled

a guest
Feb 18th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. 0 21
  2. 1 305
  3. 2 100
  4. 3 0
  5. 4 196
  6. 5 10
  7. 6 959
  8. 7 705
  9. 8 20
  10. 9 49
  11. Name: 0, dtype: object
  12.  
  13. 0 1 2 3 4 5 6 7 8 9
  14. 0 69 320 127 164 211 6 721 723 2 20
  15. 1 85 140.2 44.8 234.9 171.3 5.5 1047.6 704 23.5 52.5
  16. 2 36 275 99 127 184 13 810 790 25.75 64.5
  17. 3 10 304 0 140 214 6 895 722 19 51
  18. 4 46 318 126 0 210 6 861 737 17.5 48
  19.  
  20. for index, row in test.iterrows():
  21. print(row.iloc[:-1])
  22. print(X.head(5))
  23. print((X.sub(row.iloc[:-1], axis=1)))
Add Comment
Please, Sign In to add comment