Expand Data Analysis Hard track content: more depth, examples, code - #64
Merged
abderrahim-lectures merged 1 commit intoJul 21, 2026
Merged
Conversation
Substantially expands all 5 weeks with more explanation, worked examples, and code snippets: - Week 6: value_counts(normalize=True), reading skew from mean vs. median, IQR-based outlier detection, common pitfalls. - Week 7: bin-count sensitivity (with a side-by-side comparison), common pitfalls. - Week 8: correlation-strength rules of thumb, hue for a third variable on scatter plots, pd.crosstab for two categorical columns, common pitfalls. - Week 9: row+col faceting, colorblind-safe palette selection, plt.savefig for exporting charts, common pitfalls. - Week 10: a full report-structure recap table mapping every technique from Weeks 6-9 onto a section of the deliverable, plus a second worked example (a multivariate storytelling chart), common pitfalls. Each week also gains a "Common Pitfalls" section, additional challenges, socratic questions, and quiz questions. This completes the full course content expansion -- all 20 weeks, both sections, both tracks, now substantially more detailed than the original content pass. Closes #63
abderrahim-lectures
deleted the
issue-63-expand-dataanalysis-hard-content
branch
July 21, 2026 11:03
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
Substantially expands all 5 weeks of the Data Analysis Hard (EDA) track with more explanation, worked examples, code snippets, and a "Common Pitfalls" section per week. This completes the full course content expansion — all 20 weeks, both sections, both tracks. See commit message for the full per-week breakdown.
Closes #63
Test plan
npm run buildsucceeds for all locales