import pandas as pd df = pd.DataFrame(data = [['java',1],['python',2],['golang','3']],index = [1,2,3],columns = ['name','rank']) print(df).
確定! 回上一頁