Skip to main content

Feature Type

The feature analysis process is a sophisticated type detection engine that automatically identifies the types of columns in a dataset.

Detected Type

Our custom feature detector automatically detects and assigns the following detected types:

TypeDescription
IntegerWhole number values
FloatDecimal/floating-point numbers
CurrencyDecimal/floating-point numbers
PercentageValues representing proportions (0-100%)
StringText or categorical data
DateTimeDate and time values
UnaryColumn containing only one unique value
CategoricalDiscrete categories or labels
BinaryValues representing two states (e.g., True/False, 0/1)

Note: Feature types are automatically determined and cannot be manually modified.

Feature Visualisation

The Feature Analysis panel automatically generates appropriate visualizations based on the detected feature type. Each feature is analyzed individually, with graphs tailored to best represent the data characteristics:

FeatureTypeDescription
Numeric (Integer/Float)HistogramShows value distribution and frequency
Numeric (Integer/Float)Box PlotDisplays statistical measures and outliers
Categorical/StringBar ChartShows frequency of each unique value
Categorical/StringPie ChartDisplays proportion of categories
DateTimeTime SeriesShows temporal patterns and trends
BinaryBar ChartDisplays proportion of binary values