データ分析で役立つPandas DataFrameへの置換操作のやりかた(簡単)
pandas でデータ置換を行うときに見る個人メモ。
whereは使いにくいのでもっとわかりやすく書きたかった。
結論
# pandas : data_x
data_x.width = data_x.width.replace('めっちゃ高い', 333)
これで'めっちゃ高い'を333に置き換えることができる。
'pandasのデータ'.'対応する列名'.replace('対象データ', '置換したいデータ')という構造
Author And Source
この問題について(データ分析で役立つPandas DataFrameへの置換操作のやりかた(簡単)), 我々は、より多くの情報をここで見つけました https://qiita.com/ndk_ndk/items/746589ce0814ab7ae80e著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .