I have a huge dataframe, for which I’m getting stuck in two functions, as is not able to process it (pivoting, and missing values node).
My question is, is there a way of splitting the process in several steps? Like doing a loop so it performs the function over 10% of the dataframe at once, and then concatenate the results?
@RoyBatty296
It’s hard to say without seen any data… but you can try to Transpose your data before the Chunk Loop and Transpose it again just after it. then process your data.