Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 350 Bytes

File metadata and controls

8 lines (6 loc) · 350 Bytes

DataFrame, or Dataset

Getting started

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