Code Sample, a copy-pastable example if possible df = pd.DataFrame.from_records([[1,1,'g'],[2,2,'r']], columns=['x','y','Color']) ...
確定! 回上一頁