loading-data-from-files/questions.rst
changeset 291 d83395820797
parent 250 4d8ef03627b5
child 385 bd9df13cd320
equal deleted inserted replaced
269:5a3c06e9b89a 291:d83395820797
    54 
    54 
    55 .. A minimum of 2 questions here. 
    55 .. A minimum of 2 questions here. 
    56 
    56 
    57 1. What will happen if one of the cells is empty?
    57 1. What will happen if one of the cells is empty?
    58 
    58 
    59 #. Read a column with text? 
       
    60 
       
    61 #. Given a file with 3 columns of data but two different delimiters,
    59 #. Given a file with 3 columns of data but two different delimiters,
    62    what do you think will happen?
    60    what do you think will happen?
    63 
    61 
       
    62 #. Read a column with text? 
       
    63 
       
    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.
       
    66    [hint: read the documentation, use the argument ``usecols``]
       
    67