Minor fixes/suggestions #308
Open
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.
Numpy Slides
Overview
A few suggestions for improving the clarity of the lecture notes for
python/01_materials/slides/10_numpy.ipynb. Feel free to use or discard as you see fit.Content clarity
Alternative wording:
pandasornumpy? Some inline code comments might be helpful here. Perhaps also a link topandasdocumentation?.median()or the column reference should be [mean_income]. Note that if you change it to.median()it throws an error (presumably becausepandashas not been imported?) If.mean()was intended, it seems odd given the line above usednp.median()Minor typos
housing_data['median_income'].mean()should either be.median()or['mean_income'](last code block)Other notes
Modifications were made on a system running macOS, using Python 3.11.14 (python-env) as the kernel.
execution_countmay need to be set back toNULL(line 97)display_namemay need to be set back toPython 3 (ipykernal)(line 1549)versionmay need to be set back to3.11.8(line 1563)Checklist