Create a new dataframe containing number in every cell:
import pandas as pd sample= [ (1, 3, 9) , (8, 10, 5 ) , (6, 9, 2) ] df = pd.DataFrame