I have csv file with about 5000 rows and 950 columns. First I load it to DataFrame: After that I search all string columns and want to index them. For that I create indexers for each string column and create pipeline But when I try to transform my initial dataframe with this pipeline I get StackOverflowError What am I doing