Skip to content

Instantly share code, notes, and snippets.

@izeigerman
Created January 29, 2021 18:58
Show Gist options
  • Save izeigerman/c29de8dacdcaab816c6227a2bcf7e514 to your computer and use it in GitHub Desktop.
Save izeigerman/c29de8dacdcaab816c6227a2bcf7e514 to your computer and use it in GitHub Desktop.
import org.apache.spark.sql.DataFrame
case class AnnotatedDataFrame[D](toDF: DataFrame) extends Serializable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment