Question: 2.1 write statement(s) to create a Series object, se, so that the output of print(se) is as follows: (2 points) apple 1.0 banana 0.5 cherry
2.1 write statement(s) to create a Series object, se, so that the output of print(se) is as follows: (2 points) apple 1.0 banana 0.5 cherry 3.0
2.2 write statement(s) to insert values to this Series object, se, so that value of print(se) is as follows: (3 points) apple 1.0 banana 0.5 cherry 3.0 date 2.5
2.3 write statement(s) to insert values to this Series object, se, so that value of print(se) is as follows: (3 points) apple 1.0 apricot 1.5 banana 0.5 cherry 3.0 date 2.5
2.4. write statement(s) to remove data from this Series object, se, if the value is less than 1.2, so that after removing the data, the value of print(se) is as follows: (3 points) apricot 1.5 cherry 3.0 date 2.5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
