Skip to content

Instantly share code, notes, and snippets.

@izeigerman
Created January 29, 2021 19:07
Show Gist options
  • Save izeigerman/26791b1c9ca35d118e882c3de4fde7e9 to your computer and use it in GitHub Desktop.
Save izeigerman/26791b1c9ca35d118e882c3de4fde7e9 to your computer and use it in GitHub Desktop.
val country: AnnotatedDataFrame[Country, HNil] =
DataSource[Country].read
val joined: AnnotatedDataFrame[DeviceMeasurement, Country :: DeviceModel :: HNil] =
deviceMeasurement.join(deviceModel).join(country)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment