Estou usando a ferramente Json para ler o arquivo, entretanto o mesmo está apresentando o seguinte erro!
FileNotFoundError Traceback (most recent call last)
Cell In[14], line 1
----> 1 json = open('dados/aluguel.json')
2 print(json.read)
File ~\anaconda3\envs\cristiano_pandas\lib\site-packages\IPython\core\interactiveshell.py:284, in _modified_open(file, *args, **kwargs)
277 if file in {0, 1, 2}:
278 raise ValueError(
279 f"IPython won't let you open fd={file} by default "
280 "as it is likely to crash IPython. If you know what you are doing, "
281 "you can use builtins' open."
282 )
--> 284 return io_open(file, *args, **kwargs)
FileNotFoundError: [Errno 2] No such file or directory: 'dados/aluguel.json'