*Copyright @ www.mycsg.in;


What is the word meaning of 'unique'?

  1. being the only one of its kind; unlike anything else.

What do we call a record a unique record in dataset?

    Name Sex Age Height Weight
  1. Alfred M 14 69 112.5
  2. Alfred M 14 69 112.5
  3. Carol F 14 62.8 102.5
  4. Carol F 12 55 84
  5. Carol F 11 51 79
  6. Jane F 12 59.8 84.5

Creating a sample dataset

Where do we need to identify the non-unique records (and separate them)?

Separate unique and non-unique records based on key variables

Create a dataset named class_nouniq_names to hold the recods with non-unique names

Create a dataset named class_nouniq_name_age to hold the recods with non-unique name and age combination