error while loading file on prompt
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
Answers:
use !type <filename> instead of cat.
I have the same doubt but still it's not working....
25-09-21, 11:43 a.m.
20001002020