#introtopython

LIST CONTAINERS :
I unpacked a list of student names and subject score into a DataFrame using the "pd.DataFrame" constructor, which automatically handles the unpacking of each list's elements into corresponding DataFrame columns, and went further to determine if they passed or failed using "for loop" and "if statement".
#dr #onecampus #stanleyomeike

image