Pandas 에서는 데이터 변환을 쉽게 해주는 강력한 기능을 제공하는데요. ... df.apply(lambda x:np.square(x) if x.name in ['A','B'] else x) ...
確定! 回上一頁