Inferred schema
DataErai infers each column’s name and type — for example:- Quantitative — numeric measurements.
- Nominal — categories and labels.
- Temporal — dates and times.
- Boolean and string values.
Summary statistics
For each column, DataErai computes a profile so you can spot issues and understand distributions at a glance, including:- Counts and how many values are missing.
- The number of distinct values.
- Ranges and quantiles for numeric columns.
- The most common values (category counts) for categorical columns.
Why it matters
The schema and statistics power the rest of the analysis experience: they drive the built-in charts and help you catch problems — an unexpected type, a column full of nulls, a surprising range — early.Next steps
Visualize your data
Turn these columns into histograms and category charts.