loading-data-from-files/questions.rst
changeset 385 bd9df13cd320
parent 291 d83395820797
equal deleted inserted replaced
384:525ae0d74e47 385:bd9df13cd320
    62 #. Read a column with text? 
    62 #. Read a column with text? 
    63 
    63 
    64 #. An input file contains 5 columns of data. Use only the second and fourth
    64 #. An input file contains 5 columns of data. Use only the second and fourth
    65    columns of data and load into two different variables.
    65    columns of data and load into two different variables.
    66    [hint: read the documentation, use the argument ``usecols``]
    66    [hint: read the documentation, use the argument ``usecols``]
    67 
    67 .. #[bhanu: solutions are not seen to have been included.]