Question: Question: 10 80% General Instructions Upload answer sheets Test time left: 02:17:54 Consider the following series object s and answer the following questions s =

Question: 10 80% General Instructions Upload answer sheets Test time left: 02:17:54 Consider the following series object "s" and answer the following questions s = pd.Series(['Tom', 'William Rick', 'John', 'Albert', 'Steve Smith']) (a) Write a command to convert all the strings to lower case (2M) (b) What is the output of the command: s.str.endswith('T') (2M) (c) What is the output of the command: s.str[5] (2M) (d) What is the output of the command: s.str[1:4] (2M) (e) What is the output of the command: s.str.split().str.get(0) (2M) Once you upload files from your second device, click on Sync to check your submission Camera
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
