Computer Science, asked by arsongh4, 7 months ago

A Series object is created with the following details

obj1

a 5

b 10

c 15

d 20

What will be the output of following commands

i. ojb1+2
ii. ojb1*3

iii obj1>15
iv. obj1[ojb1>15]​

Answers

Answered by Debabratasamaddar
1

Answer:

Write a Pandas program to get the powers of an array values element-wise. Go to the editor

Note: First array elements raised to powers from second array

Sample data: {'X':[78,85,96,80,86], 'Y':[84,94,89,83,86],'Z':[86,97,96,72,83]}

Expected Output:

X Y Z

0 78 84 86

1 85 94 97

2 96 89 96

3 80 83 72

4 86 86 83

Explanation:

Mark. me the brainliest

for tough ans

and follow me

Similar questions