I have an array with index numbers
array=[2,3,4,5,234,653.......2500,2501]
I need to copy all rows from DF A with these index numbers(from array) into a new DF
I have an array with index numbers
array=[2,3,4,5,234,653.......2500,2501]
I need to copy all rows from DF A with these index numbers(from array) into a new DF