All Tech at one spot
import pandas as pddata = [{‘Old pirce’:7800},{‘New price ‘:8000},{‘Change’:200}]df= pd.DataFrame(data)print(df)