■Python Google Colaboratory(Google Colab),Python3.7.10 ■replace()関数を使用し住所から都道府県名だけを削除するでは、早速replace()関数を使用し住所から都道府県名だけを削除するスクリプトを書いていきます。 ■コードtext = "大阪府大阪市中央区大阪城1番1号" text = text.replace('北海道','') text = text.replace('青森県','') text = text.replace('岩手県','') text = text.replace('宮城県','') text = text.replace('秋田県','') text = text.replace('山形県','') text = text.replace('福島県','') text = text.replace('茨