Hi, i want aplly string indexers on multiple coluns but when use Stringindexer and pipline that take lang time .
Indexer = StringIndexer(inputCol="Feature1", outputCol="indexed1") this it practice for one or two or teen lines but when you have more the 1000 lines how you can do ? thanks