投稿した質問数
Pandas Pandasのデータ分析基礎実習
map, applymap 関数の活用
作成
·
301
0
回答 1
예 : df_rounded = df.apply(lambda x: np.around(x, decimals=2))