import numpy as np Test_data = np.array(['a','b','c','d']) Sample = PD.Series(Test_data) print sample 2.Dataframe:An array that is heterogeneous and two-dimensional in format. Ex : Parameters : Sample Code snippet : import pandas as PD data = [[ ' Alex ' , 10 ],[ ' Bob...