Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 358 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 358 Bytes

DataFrame, or Dataset

Getting started

File What's Illustrated
JavaFromRowsAndSchema.java Create Dataset<Row> from Rows and an explicit schema.
JavaDatasetConversion.java Convert between Dataset<Row> and Dataset of some other type (in both directions.)