Question: make a list called classes with the strings in it: Algebra I, Intro to Business, Creative Writing. Now make a list called students with the
make a list called classes with the strings in it: Algebra I, Intro to Business, Creative Writing. Now make a list called students with the value 30, 31, 29 in it. Now make a pandas Series out of classes and students, using classes as the index. Save this Series as att. Add a new element to the Series with a key of Programming and a value of 31. Now print a newline. Finally, print only the elements in the Series where the att is less than 31.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
