DataFrame (np.random.rand(4,4),index=list('abcd'),columns=list('ABCD')) frame ... .loc先行後列,中間用逗號(,)分割,例如取a 和A 對應的資料 ...
確定! 回上一頁