Can Any one help me in this, I didn't getting it. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can Any one help me in this, I didn't getting it.

Getting a column from a numpy array. 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] Explanation The a is the header for the first column, which has values [1 2].

17th Nov 2021, 7:40 AM
UTPAL GAURAV
UTPAL GAURAV - avatar
1 Answer