1. Create a pandas series from a dictionary of values and an ndarray. import pandas as pd import numpy as np s=pd.Series(np.array([1,3,4,7,8,8,9])) print(s) #Create a dictionary dicti = {'X':10,'Y':20,'Z':30} series = pd.Series(dicti) print(series) Output :-
All computer course for class 9th to 12th with proper practical and theory .........