All Tech at one spot
import pandas as pdimport numpy as npn = np.random.randint(0,100,6)s1 = pd.Series(n,index=[“A”,”E”,”I”,”O”,”U”,”An”])print(s1)