We use the column and row labels to access data with .loc. Let's set row 'c', column 'two' to the value 33: df.loc['c', 'two'] = 33.
確定! 回上一頁