Logo Lanfrica

Makundi/Data-Analytic-Programme-ALX

Type de record:

project
Créateur:
Mak
Hôte:
A multi-branch portfolio tracking my data analytics journey at ALX Africa. Features structured worklogs, business problem-solving frameworks, and technical projects spanning data foundations Spreadsheets, SQL, and PowerBI # ALX Africa: Data Analytics Programme Portfolio Welcome to my master data analytics repository! Instead of crowding everything into a single folder, this portfolio utilizes a multi-branch architecture. Each module of my learning journey at ALX Africa is isolated into its own dedicated branch to keep codebases, environments, and project histories clean and distinct. Use the dashboard below to navigate through the different courses and view my localized worklogs. --- ## 🗺️ Curriculum Dashboard & Navigation | Course Module | Focus Area | Status | Explore Branch | | :--- | :--- | :--- | :--- | | **01: Data & AI Literacy** | Core Frameworks (EGAD, 5W2H, MECE), AI Ethics, Big Data Foundations | ✅ Completed | View Branch ↗ | | **02: Data Analytics with Spreadsheets** | | ⏳ Up Next | View Branch ↗ | --- ## 🛠️ How to Navigate This Repository Locally If you are cloning this repository to review my projects locally, you can switch between courses using Git checkout commands. ### 1. Clone the repository ```bash git clone github.com ``` ### 2. View all available course branches ```bash git branch -a ``` ### 3. Switch to a specific course branch e.g to check out my Month 1 worklog and foundations assignments: ```bash git checkout course/01-data-ai-literacy ```