Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2019
98
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
  2.  
  3. asd = pandas.read_json (r'C:\Users\ickor\Downloads\test\test.json')
  4.  
  5. df = asd.to_csv(r'C:\Users\ickor\Downloads\test\test.csv')
  6.  
  7. print (asd)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement