From 2b6e3ebb6aed5ad511a879679a14142fe7d1466e Mon Sep 17 00:00:00 2001 From: tejaswini Date: Mon, 6 Oct 2025 06:47:04 +0000 Subject: [PATCH] =?UTF-8?q?Day=202=20=E2=80=94=20Core=20Data=20Processing?= =?UTF-8?q?=20with=20Python?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Day 2 — Core Data Processing with Python --- Day_002_Core_Data_Processing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Day_002_Core_Data_Processing.md b/Day_002_Core_Data_Processing.md index 086d64e..f64e48f 100644 --- a/Day_002_Core_Data_Processing.md +++ b/Day_002_Core_Data_Processing.md @@ -11,7 +11,7 @@ Transform the raw data into structured, insightful information using Python’s - Add an **Execute Code** node after the Merge node (from Day 1). - This node receives combined JSON data from sales and reviews. ---- +---- ### 2. Write the Python Script (Data Cleaning & Aggregation) - Use **Pandas** for structured data manipulation.