Skip to content

Instantly share code, notes, and snippets.

@jgabriellima
Created October 4, 2017 02:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jgabriellima/8c9d0d73ec2ff7b6a65efc36192fd1ed to your computer and use it in GitHub Desktop.
Save jgabriellima/8c9d0d73ec2ff7b6a65efc36192fd1ed to your computer and use it in GitHub Desktop.
var subset = dataFrame.skip(10).take(15);
console.log(subset.toString());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment