how can i fetch datas from text file in windows
i am using windows machine to practice pyhton code, so i can not use "cat" command to open text file.
Python-3.4.3 Loading-Data-From-Files 01-02 min 50-60 sec
Answers:
Make sure the file is placed in the current working directory. To check the current working directory type %pwd inside the python terminal. Also, instead of the cat command, you can try !type <filename> to view file contents.