Guest User

Untitled

a guest
Jun 18th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. col1 col2 col3
  2. 1820 222
  3. 199 21 23
  4.  
  5. col1 col2 col3
  6. 1820 222
  7. 199 21.0 23
  8.  
  9. df = pandas.read_excel('input_file.xlsx', 'Sheet1')
  10. df.to_csv('output_file.csv', encoding='utf-8', index=False)
Add Comment
Please, Sign In to add comment