File exists but still getting FileNotFoundError
with open(r"C:\Users\zafre\OneDrive\Desktop\monthlySalesbyCategoryMultiple.json") as json_data:
d = json.load(json_data)
File exists but still getting FileNotFoundError
with open(r"C:\Users\zafre\OneDrive\Desktop\monthlySalesbyCategoryMultiple.json") as json_data:
d = json.load(json_data)