DEV Community

Cover image for # Data Cleaning Process Modeling with BPMN and BizAgi
alexander valencia
alexander valencia

Posted on

# Data Cleaning Process Modeling with BPMN and BizAgi

๐ŸŽฏ The Challenge

Clean a sales dataset using Python and Pandas. The process included:

  • Uploading a CSV file
  • Detecting outliers with IQR
  • Deploying to AWS S3
  • Optional S3 verification

๐Ÿงฉ BPMN Diagram

BPMN Diagram

๐Ÿ’ก Key Learnings

  • BizAgi Modeler helped visualize the flow.
  • GitHub Actions automated the AWS deployment.

AWS S3

๐Ÿ”— Project Repository

GitHub - Data Cleaning with Python

Top comments (0)