equal
deleted
inserted
replaced
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 |