Packages

implicit class WARecordDF extends Serializable

A Wrapper class around DF to allow Dfs of type ArchiveRecord to be queried via a fluent API.

To load such an DF, please use RecordLoader and apply .all() on it.

Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WARecordDF
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new WARecordDF(df: DataFrame)

Value Members

  1. def keepValidPagesDF(): DataFrame

    Removes all non-html-based data (images, executables, etc.) from html text.

  2. val spark: SparkSession