Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #note this is windows bash not sure if that matters
- User@DESKTOP-UQ8Q5KJ MINGW64 ~/OneDrive/Ai
- $ C:/Users/User/AppData/Local/Programs/Python/Python312/python.exe c:/Users/User/OneDrive/Ai/ai.py
- Traceback (most recent call last):
- File "c:\Users\User\OneDrive\Ai\ai.py", line 8, in <module>
- melbourne_data = pd.read_csv(csv_file_path)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\pandas\io\parsers\readers.py", line 1026, in read_csv
- return _read(filepath_or_buffer, kwds)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\pandas\io\parsers\readers.py", line 620, in _read
- parser = TextFileReader(filepath_or_buffer, **kwds)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\pandas\io\parsers\readers.py", line 1620, in __init__
- self._engine = self._make_engine(f, self.engine)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\pandas\io\parsers\readers.py", line 1880, in _make_engine
- self.handles = get_handle(
- ^^^^^^^^^^^
- File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\pandas\io\common.py", line 873, in get_handle
- handle = open(
- ^^^^^
- FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\User\\AppData\\Local\\Temp\\5a187114-792b-49de-b9f9-04a87bdaa378_archive (1)\\melb_data.csv'
Advertisement
Add Comment
Please, Sign In to add comment