The Python would map this operation to df.__delitem__('column name') , which is an internal method of DataFrame .
確定! 回上一頁