I have a question in an exercise. I have a table where I need to get results from only one column.
The data is as follows: ['2017-01-01 00:27:45', '2017-01-01 00:31:13', '208', 'Damen Ave & Chicago Ave ',' Damen Ave & Division St ',' Subscriber ',' Male ',' 1982.0 ']]
In case I need to obtain the gender (male and female of the first 20 samples) ... The way I'm doing I can not just get this column and I'm just pulling line 6 all over ....
Can you give me some help?
1