← Back to list

Data Analysis: Turning data into decisions

At its core, data analysis is all about inspecting, cleaning, transforming, and modeling data to extract knowledge, detect anomalies, and…

Anushree Misra · 2025-09-01 06:30 · 0 claps · 2.0 min read
#data-analysis #sarima
Open on Medium ↗

Data Analysis: Turning data into decisions

At its core, data analysis is all about inspecting, cleaning, transforming, and modeling data to extract knowledge, detect anomalies, and validate hypotheses. This ensures that the collected raw data becomes a strategic asset. Badically data analysis helps with evidence based decision making, operational optimization and strategic differentiation.

Essentials of a Data Analysis Lifecycle

  1. Defining a measurable question or hypothesis. Example: Does course x outperforms course y if promotion levels are pushed to a certain demographic?
  2. Pull structured and unstructured data from original sources. (relational databases, data warehouses, APIs, or streaming pipelines)
  3. Data cleaning and preprocessing usually consists of detecting missing values and outliers, standardizing/normalizing variables, encoding categorical variables for modeling.
  4. Applying exploratory data analysis uncovers hidden structures and relationships.
  5. Using regression, classification, clustering, or time-series forecasting depending on the analytical objective and deploying cross-validation, regularization, and hyper parameter tuning to ensure robustness is part of modeling and inference.
  6. The final step is communicating with the end user through visualization and interpretation.

Below is the CRISP-DM framework, that provides market standard structure to data.

Life cycle of a data analysis project

Life cycle of a data analysis project

Essentials of Tools and Frameworks

  1. Python: Pandas, NumPy, Scikit-learn, Statsmodels libraries are used for analytical tasks.
  2. R: Widely used for statistical and academic reasons.
  3. SQL: Used for data extraction and transformation.
  4. Apache Spark: Distributed data processing for large-scale analysis.
  5. BI Tools: Interactive dashboards for stakeholders.

Sample Case Study

Problem: A small yet growing business needs to forecast monthly sales on TikTok Shop for inventory management and reduce problems such as overstocking or stockouts.

Following the CRISP-DM lifecycle, here is a sample workflow:

Business Understanding: Predict monthly sales for the next 6 months to support purchasing decisions.

Data Understanding: Data will be collected from historical sales (unit and revenue). campaign level promotion expenditure, external seasonality factors. Intial findings showcased that sales spike during promotional campaigns and holiday seasons.

Data Preparation: Handling missing data from early months, standardize dates into a monthly time series, create features such as campaign spend, discount percentage, and holiday flag.

Exploratory Data Analysis (EDA):

-> Trend: Consistent month-over-month growth.

-> Seasonality: Strong spikes during TikTok promotional events.

-> Correlation: Promotion spend is positively correlated with sales volume.

Modeling: Use SARIMAX (Seasonal ARIMA) for trend and seasonality.

Validation and Testing: Train/test split, last 3 months. Use metrics such as RMSE or MAPE to assess accuracy.

Visualization: Line plots for actual vs forecasted sales.

Outcome:

Forecast accuracy (MAPE) = 8%, meeting the business goal.

Business adjusted purchasing schedules, reducing stockouts by 10% and avoiding overstock during non-promotional periods.

(all percentages are example figures)

Conclusion

Data analysis meets the goals to optimize operations, validate hypotheses, or gain a competitive edge and empowers data analysts to connect evidence with decisions. In an ever growing world that churns data continuosly, this is essential for innovation, growth and resilience.


메타데이터
post_id
64a9bbdcaa33
slug
data-analysis-turning-data-into-decisions-64a9bbdcaa33
url
https://medium.com/@anushree.m.work/data-analysis-turning-data-into-decisions-64a9bbdcaa33
canonical_url
https://medium.com/@anushree.m.work/data-analysis-turning-data-into-decisions-64a9bbdcaa33
author_url
https://medium.com/@anushree.m.work
status
ok
fetched_at
2026-07-17 20:23:32