Skip to content

Instantly share code, notes, and snippets.

@izeigerman
Created January 30, 2021 22:29
Show Gist options
  • Save izeigerman/ea91cf298cf0b58e4821f0947757a27e to your computer and use it in GitHub Desktop.
Save izeigerman/ea91cf298cf0b58e4821f0947757a27e to your computer and use it in GitHub Desktop.
val deviceModel: AnnotatedDataFrame[DeviceModel] =
DataSource[DeviceModel].read
val deviceMeasurement: AnnotatedDataFrame[DeviceMeasurement] =
DataSource[DeviceMeasurement].read
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment