Hello there,
According to README.md, it said "หมวดงบรายจ่าย level-1 จะประกอบไปด้วย
งบบุคลากร,
งบดำเนินงาน,
งบลงทุน,
งบเงินอุดหนุน,
งบรายจ่ายอื่น เท่านั้น" for CATEGORY_LV1
But this is what I got when using python pandas
df.groupby(["CATEGORY_LV1"])[["ITEM_ID"]].agg(["count"])

So, I would like to state the issues here and hope that it will be fixed soon