Skip to content

Instantly share code, notes, and snippets.

@jesuino
Created April 30, 2021 18:02
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 jesuino/c463cb0a55d43453263f5dc1f89f1c1e to your computer and use it in GitHub Desktop.
Save jesuino/c463cb0a55d43453263f5dc1f89f1c1e to your computer and use it in GitHub Desktop.
DataSetFactory.newDataSetBuilder()
.column("NAME", ColumnType.LABEL)
.column("AGE", ColumnType.NUMBER)
.row("William", "32")
.row("Antonio", 5)
.buildDataSet();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment