- 1

How to complete it? Please help me.

Task Given a csv file and a column name, print the elements in the given column. Input Format First line: filename of a csv file Second line: column name Output Format Numpy array Sample Input https://sololearn.com/uploads/files/one.csv a File one.csv contents: a,b 1,3 2,4 Sample Output [1 2]

17th Mar 2022, 8:44 AM
Swapravo Roy
1 Odpowiedź
+ 1
Swapravo Roy , can you show us please the code that you have done for solving this task? >>> please also put the required programming language in a tag. thanks!
17th Mar 2022, 10:29 AM
Lothar
Lothar - avatar