Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space DEV and version r0822

...

A sample is a selection of rows from your dataset, which can be used as the basis for building the transformation steps in your recipe. The 

D s webapp
 automatically creates initial data  samples of your data whenever you create a new recipe for a dataset and enables you to create additional samples at any time using a variety of sampling techniques.

Initial

...

Sample

When you create a new recipe and load it in the Transformer page, the 

D s webapp
 displays the

...

initial

...

sample of the dataset. The initial

...

sample consists of the first X rows of the datasets, where X is determined by the following factors:

  • The number of columns in the dataset
  • The amount of data in each cell
  • The maximum permitted size of each sample

...

  1. In the Transformer page, click the Eyedropper icon at the top of the page. 
  2. The Samples panel is displayed. 

    D caption
    Samples panel
  3. At the top of the panel, you can review the current sampleCurrent Sample.

    Tip

    Tip: In some cases, If the current sample indicates Full Data, then the entire dataset is displayed in the data grid. Unless you wish to use a specific sampling technique to filter down your data, sampling may not be useful across the entire dataset.

  4.  Below the current sample, you can see the available sample types. To take a new random sample:
    1. Click the Random card.
    2. Depending on your product edition, you may be able to select Quick Scan or Full Scan.

      1. Quick Scan creates your sample by making some assumptions about the data when it scans.
      2. Full Scan creates your sample by scanning across all rows of the dataset. This option can take awhile across a large dataset.
    3. Click Collect.
  5. The sampling job is queued for execution. When it completes, click Load Sample.
  6. The data grid is refreshed to display the rows gathered in the new random sample.

...