saving . . . saved Issues with "Loading Data from Files Tutorial" has been deleted. Issues with "Loading Data from Files Tutorial" has been hidden .
Issues with "Loading Data from Files Tutorial"
Title
Question
We faced 2 issues :

1. cat command is specific to unix (linux). It does not work on windows. But certain commands such as pwd ( print working directory )
    works on windows. I have installed Python & IPython on my Windows 7 ( Professional )

2. The last question the answer is not correct. The question is "Given a file data.txt with 3 columns of data separated by spaces, read 
     into 3 separate simple sequences. The answer in the video is :
     x = loadtxt("data.txt", unpack = True, delimiter=":")

    Answer should be =>
    x, y, z = loadtxt("data.txt", unpack=True, delimiter=":")

3. Second Question also the answer is incorrect. We should be using 3 variables on the LHS



Python-3.4.3 Loading-Data-From-Files 08-09 min 50-60 sec 02-06-20, 8:48 p.m. v_bhaskaran@cb.amrita.edu

Answers:

1. Please use the %pycat or the ! type command
05-06-20, 2:23 p.m. ankitrj.iitb


Log-in to answer to this question.