Module opendp::transformations::count

source ·

Modules§

Functions§

  • Make a Transformation that computes a count of the number of records in data.
  • Make a Transformation that computes the count of each unique value in data. This assumes that the category set is unknown.
  • Make a Transformation that computes the number of times each category appears in the data. This assumes that the category set is known.
  • Make a Transformation that computes a count of the number of unique, distinct records in data.
  • Make a Transformation that computes a count of the number of records in data.
  • Make a Transformation that computes the count of each unique value in data. This assumes that the category set is unknown.
  • Make a Transformation that computes the number of times each category appears in the data. This assumes that the category set is known.
  • Make a Transformation that computes a count of the number of unique, distinct records in data.