saving . . . saved error while loading file on prompt has been deleted. error while loading file on prompt has been hidden .
error while loading file on prompt
Title
Question
Dear All
while using following command i get error,kindly help,..moreover in python for beginners,video of loading data from files is missing..kindly share 
In [5]: cat /Users/Gagan/Desktop/company-a-data.txt
---------------------------------------------------------------------------
NameError                                 Traceback (most recent call last)
<ipython-input-5-6df361578c72> in <module>
----> 1 cat /Users/Gagan/Desktop/company-a-data.txt

NameError: name 'cat' is not defined


Python-3.4.3 Other-Types-Of-Plots 00-01 min 40-50 sec 23-04-20, 7:59 p.m. gaganj1981@gmail.com

Answers:

use !type <filename>instead of cat.
24-04-20, 10:15 a.m. iakashchavan
I have the same doubt but still it's not working....

25-09-21, 11:43 a.m. 20001002020

Login to add comment


Log-in to answer to this question.