find the output of the given program:
import pandas as pd
import numpy as np
data = np. array ([54, 76, 88,99.347)
S2 = pd series (data , Index = ['a','b', 'c','d', 'e'))
print(s1) S2=s1=reindex(['e','d','c','b','a'])
Answers
Answered by
1
Indentation error in the code
Is the required answer
Hope it helps you out
Similar questions