CBSE BOARD XII, asked by Sayan666, 3 months ago

Write a program to create a dataframe df_nda ndArray that stores letters and words starting from 'g' to 'p'. (The first column stores letter and the second column stores the words starting with that letter.)​

Answers

Answered by Camelsa
1

Answer:

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:

Keep Smiling...


Sayan666: buddy , no! its wrong hell wrong
Camelsa: Ok.
Camelsa: Just report my answer & thanks for commenting
Similar questions