Day 2 — Core Data Processing with Python

Day 2 — Core Data Processing with Python
This commit is contained in:
2025-10-06 06:47:04 +00:00
parent c3f1a0c979
commit 2b6e3ebb6a

View File

@@ -11,7 +11,7 @@ Transform the raw data into structured, insightful information using Pythons
- Add an **Execute Code** node after the Merge node (from Day 1). - Add an **Execute Code** node after the Merge node (from Day 1).
- This node receives combined JSON data from sales and reviews. - This node receives combined JSON data from sales and reviews.
--- ----
### 2. Write the Python Script (Data Cleaning & Aggregation) ### 2. Write the Python Script (Data Cleaning & Aggregation)
- Use **Pandas** for structured data manipulation. - Use **Pandas** for structured data manipulation.