Skip to main content
Version: 0.20.7

Infer

Infer lets you better understand the representation and category of the columns in a given dataset.

Format

Infer uses two utterances:

  • Infer the display type for the dataset <dataset name> on all columns
  • Infer the display type for the dataset <dataset name> on the columns <columns>

Parameters

Infer uses two parameters:

  • dataset name (required). The dataset you’d like to infer from.
  • columns (required). The specific columns you’d like to infer.

Output

If the columns are successfully inferred, a success message appears in the chat history and a table is shown in the display panel listing the representation, category, logical, and display type of the specified columns. Otherwise, an error message appears.

Examples

To infer the display type for the columns in the dataset BikeShare, enter Infer the display type for the dataset BikeShare on all columns.

To infer the display type for the column "date", enter Infer the display type for the dataset BikeShare on the columns date.