data=[[[0],1]]df = pd.DataFrame(data, columns=['col1', 'col2'])
df = pd.DataFrame({‘col1’:‘’,‘col2’:‘’},index=【0】)