# this is pandas in python import pandas as pd dic={'name':["mark",'ellon'], 'roll_no':[32,24]} df=pd.DataFrame(dic) print(df)