shuffle abstract method

DataFrame shuffle({
  1. int seed,
})

Returns a new DataFrame with shuffled rows of this DataFrame

Implementation

DataFrame shuffle({int seed});