Data & Databases
Databases and data analysis.
Tutorials

MongoDB
18 chapters that take you through MongoDB step by step, from the basics onward.
23 Lessons · 144 min

Numpy
A 16-lesson tutorial for learning Numpy step by step, from the basics up.
21 Lessons · 128 min

Pandas
A 16-chapter tutorial that takes you through Pandas step by step, from the basics up.
18 Lessons · 128 min

SQL
Learn SQL step by step from the basics across 25 lessons.
30 Lessons · 200 min
Articles

SQL vs NoSQL — ဘယ်အချိန် ဘယ်ဟာ ရွေးရမလဲ
Table-based SQL database နဲ့ document-based NoSQL database (MongoDB) ကွာခြားချက်ကို နားလည်ပြီး project အလိုက် ဘယ်ဟာ ရွေးသင့်လဲ ဆုံးဖြတ်တတ်အောင် လေ့လာပါ။
6 min read

Pandas ဆိုတာ ဘာလဲ
Python ကို data analysis အတွက် သုံးမယ်ဆိုရင် ပထမဆုံး ရင်းနှီးရမယ့် library — Pandas ရဲ့ DataFrame concept ကို ရိုးရိုးရှင်းရှင်း မိတ်ဆက်ပေးပါမယ်။
5 min read

Database Normalization ဆိုတာ ဘာလဲ
SQL table ကို ဒီဇိုင်းရေးတဲ့အခါ data ထပ်နေတာ (duplication) ကို ရှောင်ဖို့ Normalization concept ကို ရိုးရိုးရှင်းရှင်း မိတ်ဆက်ပေးပါမယ်။
6 min read

Data ကို ဘယ်လို သန့်စင်ရမလဲ
Real-world data က perfect မဖြစ်ပါဘူး — missing value, duplicate row, inconsistent format ကို ဖြေရှင်းတဲ့ Data Cleaning ဘာကြောင့် analysis project ရဲ့ အရေးကြီးဆုံးအဆင့်ဖြစ်လဲ လေ့လာပါ။
5 min read

MongoDB ဆိုတာ ဘာလဲ
Document database ရဲ့ leading example — MongoDB ရဲ့ document/collection concept ကို SQL table/row နဲ့ နှိုင်းယှဉ်ပြီး ရိုးရိုးရှင်းရှင်း မိတ်ဆက်ပေးပါမယ်။
5 min read
Resources
SQL Query Cheat Sheet
SELECT, JOIN, GROUP BY, subquery — SQL query type အသုံးအများဆုံးများကို quick reference အဖြစ် စုစည်းထားသည်။
View resourcePandas DataFrame Cheat Sheet
DataFrame ဖန်တီးခြင်းကနေ filter, groupby, merge အထိ Pandas ရဲ့ အသုံးများဆုံး operation များကို quick reference အဖြစ် စုစည်းထားသည်။
View resourceMongoDB Command Quick Reference
Document insert/find/update/delete ကနေ aggregation pipeline အထိ MongoDB shell command များကို quick reference အဖြစ် စုစည်းထားသည်။
View resourceData Cleaning Checklist
Analysis project တစ်ခု စမတိုင်ခင် data quality ကို စစ်ဆေးရမည့် checklist — missing value, duplicate, format consistency အားလုံး ပါဝင်သည်။
View resourceNumpy Array Operations Cheat Sheet
Array ဖန်တီးခြင်းကနေ indexing, broadcasting, math operation အထိ Numpy ရဲ့ အသုံးများဆုံး operation များကို quick reference အဖြစ် စုစည်းထားသည်။
View resource