unable to fetch data from file
Title
Question
while reading the data from file i am getting below statement
In [2]: !type primes.txt
The system cannot find the file specified
..................................................................
and this the location codes files below
C:\Users\VIMAL SOREN
i also tried location
C:\Users\VIMAL SOREN\.ipython and C:\Users\VIMAL SOREN\.matplotlib
but facing the same issue.
because of that my learning has stopped
please help me....
Python-3.4.3 Loading-Data-From-Files 01-02 min 30-40 sec
Answers:
Please use
!type C:\Users\VIMAL SOREN\primes.txt
Basically give the full path of the file to the command, make sure that the path is correct. If it still does not work, try to copy the file to a different path where you have access to the file and try again (sometimes applications and users do not have access to the files in C drive)</span>
Basically give the full path of the file to the command, make sure that the path is correct. If it still does not work, try to copy the file to a different path where you have access to the file and try again (sometimes applications and users do not have access to the files in C drive)</span>
Login to add comment