テキスト分析の実行時に'names' attribute [2] must be the same length as the vector [0] のエラーが発生する

テキスト分析の「単語のカウント」や「トピックモデル」の実行時に以下のエラーが発生することがあります。

'names' attribute [2] must be the same length as the vector [0] 

image

このエラーの原因はテキストの列に割り当てられている列が全て欠損値だった時に発生します。

image

そのため、テキスト分析を実行したい列に値があるかどうかを確認をしてください。