Pandas 1.0.5
import pandas as pd data = [ [\'Joe\', 30, 60], [\'Bill\', 40, 70], [\'Tim\', 50, 80], ] d = pd.DataFrame(data,