Guest User

Untitled

a guest
Dec 12th, 2018
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. data = open("D:\Courses\SAMPLE DATA\03--Json Data\retaurants\retaurants.json","r",encoding = "utf-8")
  2.  
  3. dat = json.loads(data.read())
  4.  
  5. for item in dat:
  6. mycols.insert(item)
Add Comment
Please, Sign In to add comment