為什么我無(wú)法在我的 Mac 上讀取 CSV 文件?import pandas as pdcsv = pd.read_csv('new_weather.csv')csv它給了我錯(cuò)誤[Errno 2] File b'new_weather.csv' does not exist: b'new_weather.csv'
如何在 mac 上使用 pandas 讀取 CSV 文件?
開(kāi)滿天機(jī)
2022-06-22 17:35:05