Python ValueError: could not convert string to float の原因と今すぐできる修正法 2025.07.28 ポカリ水 Pythonで数値データを扱う処理をしていると、以下のようなエラーが表示されることがあります。 ValueError: could not convert string to float: 'xxx' 1 ValueError: could not convert string to float: 'xxx' このエラーは、文字列(str)から浮動小数点(float)…