Guest User

Untitled

a guest
Jul 18th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. list = []
  2. for df in lp:
  3. list.append(list(df.loc[985191]))
  4. list(list of list)
  5. T = pd.DataFrame(list)
  6.  
  7. list = []
  8. for df in lp:
  9. list.append(list(df.loc[985191]))
  10. list(list of list)
  11. T = pd.DataFrame(list)
Add Comment
Please, Sign In to add comment