Hai, i have data base of students marks in csv . I need to show a particular students result in list view. Just by entering their roll number.would you please help me to do this I am tried so many ways. I did in python.but in mit I can't do.iam new to t
Assuming you have a list of students and their roll numbers, select the student from that list, then iterate over the list of marks in the csv, returning each item that matches the student.
1 Like
Thank you for your reply. But I want that if I type roll number it should give the marks.please give me screen shot of this if you have. Thanks in advance
Here is an example of filtering a table in AI2: