Guest User

Untitled

a guest
Oct 18th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. import pandas as pd
  2. list2loop =['a','b','c','d']
  3.  
  4.  
  5. for each_item in list2loop:
  6. execfile("test_file.py")
  7.  
  8. df=pd.DataFrame([each_item])
  9. df
  10. print 3
Add Comment
Please, Sign In to add comment