N
Introduction
The introduction is empty
Posts
Q&A
applymap이 더 이상 권장되지 않는다고 하는데요
예 : df_rounded = df.apply(lambda x: np.around(x, decimals=2))
0
1
244