Python Forum
how to solve the 'NO SUCH DIRECTORY OR FILE' in pandas, python
Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how to solve the 'NO SUCH DIRECTORY OR FILE' in pandas, python
#4
df = pd.read_csv("C:\\Users\\User\\Downloads\\weather.csv")
or
df = pd.read_csv(r"C:\Users\User\Downloads\weather.csv")
also Please, always post the entire traceback that you get. We need to see that whole thing. Do not just give us the last line.
Take a time to read What to include in a post

EDIT: I fixed the second one - it was meant to be raw string
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply


Messages In This Thread
RE: how to solve the 'NO SUCH DIRECTORY OR FILE' in pandas, python - by buran - May-07-2020, 08:02 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Retrieving last 20 file paths from directory dyerlee91 3 2,095 Sep-24-2021, 12:55 PM
Last Post: DeaD_EyE
  How to import an xml file to Pandas sjhazard 0 2,423 Jun-08-2021, 08:19 PM
Last Post: sjhazard
  Python - Pandas writing blank files to file tdunphy 0 2,061 Jan-14-2021, 12:11 AM
Last Post: tdunphy
  loading a csv file into python from pandas. Variable is not recognized vijjumodi 2 2,992 Apr-19-2019, 04:09 AM
Last Post: kus
  Solve a system of non-linear equations in Python (scipy.optimize.fsolve) drudox 7 22,990 Aug-18-2018, 02:27 AM
Last Post: scidam

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020