import pandas # Create a sample list of lists mylist = [[10, 20, 30], [4, 5, 6], [7,8,9]] # Prepare columns names, one for each sublist mycolumns ...
確定! 回上一頁