Exploratory analytics (often referred to as Exploratory Data Analysis – EDA) is a fundamental step in data science, enabling practitioners to discover initial insights, detect anomalies, and understand the structure of datasets before applying predictive or prescriptive modeling.
Option A (Understand the data content): Correct. EDA techniques (descriptive statistics, summary tables, profiling) reveal missing values, data types, and distributions.
Option B (Gain a high-level understanding of relationships): Correct. Correlation analysis, scatter plots, and cross-tabulations help identify dependencies between variables.
Option C (Understand patterns in the data): Correct. Visualization and clustering methods help discover hidden structures, seasonalities, and outliers.
Since exploratory algorithms contribute to all of these objectives, the correct answer is Option E (All of the above).
[Reference:, DASCA Data Scientist Knowledge Framework (DSKF) – Analytics and Machine Learning: Exploratory Analytics & EDA., ]