Review board — verify the analyst's answer before final submission
لغة النص الأصلي: الإنجليزية
القائمة
جمع SkillsMP عدد ٢٠ من skills من jwalin-shah/officeqa-arena. افتح أي skill لمراجعة مصدره وتفاصيله.
عرض ٢٠ من أصل ٢٠ skills مجمعة.
Review board — verify the analyst's answer before final submission
لغة النص الأصلي: الإنجليزية
Python computation formulas for Treasury data analysis. Use for percent change, CAGR, stdev, kurtosis, VaR, regression, Theil index, and other statistical calculations.
لغة النص الأصلي: الإنجليزية
CPI-U annual averages (1929-2024) for inflation adjustment. Use when question mentions inflation, CPI, constant dollars, or real dollars.
لغة النص الأصلي: الإنجليزية
How to read Treasury Bulletin data files in /app/resources/. Use when exploring resources or when JSON parsing fails.
لغة النص الأصلي: الإنجليزية
U.S. fiscal year boundaries and calendar year conversions. Use when question mentions fiscal year, FY, or when you need to determine which months belong to a fiscal year.
لغة النص الأصلي: الإنجليزية
How to accurately extract values from Treasury Bulletin tables. Use when reading tables with many columns, similar row labels, or when you need to verify you have the right cell.
لغة النص الأصلي: الإنجليزية
Step-by-step approach and verification checklist for Treasury Bulletin questions
لغة النص الأصلي: الإنجليزية
Python one-liner recipes for common Treasury Bulletin calculations — stdev, regression, pct change, CAGR, etc.
لغة النص الأصلي: الإنجليزية
CPI-U annual averages 1913-2024 for inflation adjustments
لغة النص الأصلي: الإنجليزية
Table parser + grep scripts — save to /tmp then use to extract data from Treasury files
لغة النص الأصلي: الإنجليزية
Parse HTML and pipe-delimited tables from treasury bulletin files into clean labeled output
لغة النص الأصلي: الإنجليزية
Parse HTML and pipe-delimited tables from treasury bulletin files into clean labeled output
لغة النص الأصلي: الإنجليزية
Review board — verify the analyst's answer before final submission
لغة النص الأصلي: الإنجليزية
How to break down complex Treasury questions step by step
لغة النص الأصلي: الإنجليزية
Fiscal year boundaries and budget proposal release dates
لغة النص الأصلي: الإنجليزية
Table parser + computation recipes — save scripts to /tmp
لغة النص الأصلي: الإنجليزية
Checklist before computing and before writing answer
لغة النص الأصلي: الإنجليزية
Treasury Bulletin data extraction tool + verification checklist + CPI + compute recipes
لغة النص الأصلي: الإنجليزية
Python computation patterns for Treasury data. Use for percent change, CAGR, stdev, kurtosis, VaR, regression, Theil index, duration, and other statistical calculations. Always use python3 -c.
لغة النص الأصلي: الإنجليزية
CPI-U annual averages (1929-2024) for inflation adjustment. Use when question mentions inflation, CPI, constant dollars, or real dollars. Formula: real_value = nominal_value × (target_CPI / source_CPI)
لغة النص الأصلي: الإنجليزية