Add insight cells and CPI-adjusted revenue analysis to JFC notebook - #1
Open
dayview wants to merge 1 commit into
Open
Add insight cells and CPI-adjusted revenue analysis to JFC notebook#1dayview wants to merge 1 commit into
dayview wants to merge 1 commit into
Conversation
…FC notebook Each of the four existing analysis sections (Q1-Q4) only showed charts and raw descriptive stats with no written interpretation, and the food CPI/FX columns collected in the dataset were never actually used in any analysis. Adds a "Key Insight" markdown cell after each chart to make the takeaway explicit, and a new Q5 section that deflates annual revenue by food CPI to separate real growth from inflation-driven growth. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
jollibee-profitability-growth-analysis/jfc_data_preparation.ipynb, giving a plain-language interpretation of what each chart shows instead of leaving charts to speak for themselves.food_cpi_phcolumn, which was collected but previously unused.Notes for reviewer
infom_data.csv) isn't checked into the repo, so the new Q5 cells haven't been executed — please run the notebook top-to-bottom once to confirm the CPI-adjustment logic (groupby('year')['food_cpi_ph'].mean()reused against the existingannual_revdict) produces sensible output before merging.Test plan
infom_data.csvpresent🤖 Generated with Claude Code