Advertisement
bluethundr12

Untitled

May 31st, 2020
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. code
  2. ---
  3. frames = [hosts_df, memory_df]
  4. newframe=pd.concat([frames)
  5. print(f"\n***{newframe}***")
  6.  
  7. output
  8. ---
  9. *** Name PrivateIP Memory
  10. 0 bastion001 10.238.2.166 NaN
  11. 1 logicmonitor001 10.238.2.52 NaN
  12. 2 logicmonitor002 10.238.2.53 NaN
  13. .. ... ... ...
  14. 0 NaN NaN 7904680.0
  15. 0 NaN NaN 7904672.0
  16. 0 NaN NaN 7904680.0
  17.  
  18.  
  19. [75 rows x 3 columns]***
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement