1. ホーム
  2. プログラミング言語
  3. パイソン

Debug Road-13: Python: pandas IndexError: single positional indexer is out-of-bounds

2022-01-22 20:11:26

データ前処理中に以下のような現象が発生しました。IndexError: single positional indexer is out-of-bounds

原因は、Pandasを使ってデータフレームを読み込む際に、セパレータがおかしいからだそうです

これは、デバッグして、スライスされたデータの形式を見るのに良い機会です。