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
#6
sorry, the second one should be a raw string

df = pd.read_csv(r"C:\Users\User\Downloads\weather.csv")
but first one would work anyway
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:13 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Retrieving last 20 file paths from directory dyerlee91 3 1,998 Sep-24-2021, 12:55 PM
Last Post: DeaD_EyE
  How to import an xml file to Pandas sjhazard 0 2,370 Jun-08-2021, 08:19 PM
Last Post: sjhazard
  Python - Pandas writing blank files to file tdunphy 0 2,011 Jan-14-2021, 12:11 AM
Last Post: tdunphy
  loading a csv file into python from pandas. Variable is not recognized vijjumodi 2 2,934 Apr-19-2019, 04:09 AM
Last Post: kus
  Solve a system of non-linear equations in Python (scipy.optimize.fsolve) drudox 7 22,752 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