From aaa65498bd666352634c693ae77470e1c831e227 Mon Sep 17 00:00:00 2001 From: MahmoudHousam Date: Sun, 15 Dec 2024 18:47:59 +0200 Subject: [PATCH] add learning purpose --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 044cde2..10d8f07 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ pip install vizBlend # Learning Purpose -While this repo is open-sourced for any developer, it intends to teach aspiring data analysts or even data scientists who cannot have full control over their coding cycle. With a simple mission: create visualizations and append them in one interactive report, you can take your learning curve up to include useful skills: +Besides its main job, this repo intends to teach aspiring data analysts or even data scientists who cannot have full control over their coding cycle. With a simple mission: create visualizations and append them in one interactive report, you can take your learning curve up to include useful skills: * Write unit and integration tests with edge cases to ensure your code is not error-prone. * Write CI/CD workflows to run on every push or pull request to ensure the newly committed code is compatible enough.