I have two lists. I have a list of table titles(title_df). My other list is from my contents (prediction_df) to be sorted by titles. I want to populate my contents by titles and create a table in the result.
title_df=['a','b']
prediction_df=['1','2','3','800800','802100','800905']
My table has three rows and two columns