Starting off as a muggle that naïve to the Math's and Data Science world.

Blog


  • Stacked Box Plot

    Stacked Box Plot

  • Sankey Diagram

    Sankey Diagram

  • Histogram

    Histogram

  • Data Analytical Programming

    Day 28 Day 29 Day 30 Day 31 Day 33 Day 34 Day 35 (1), 35 (2) Day 36 Day 37 Day 38

  • Day 38

    Start programming

  • Day 37

    Start programming

  • Day 36

    Start programming

  • Day 35 (2)

    Start programming

  • Day 31

    Tutorial 1

  • Data Management

    Day 15 Day 16 Day 17 Day 18 Day 19 Day 20 Day 21 Day 22 Day 23 Day 24

  • Day 24

    Data Warehouse Online Analytical Processing (OLAP). Store structured data, data source from Online Transactional Processing (OLTP), live database. Storage repository; not storing live data, only store pass/historical data. Mostly used for model training, analysis and pattern discovery. Example, student data stored in database but graduated student data stored in data warehouse. Data Lake Store both…

  • Day 23

    Start programming

  • Day 22

    Start programming

  • Day 21

    Start programming

  • Openlens

    1. Install scoop open powershell 2. Install Openlens open command prompt 3. Open Openlens and install plugins Step 1: open Openlens Step 2: open “Extensions” Step 3: fill up “@alebcay/openlens-node-pod-menu“ Before After UI button for– Attach to pod kubectl attach -i -t -n <<namespace>> <<pod name>>– pod shell kubectl exec -it <<pod name>> -n <<namespace>>…