Fix: lowercase 'pandas' per branding guidelines#272
Merged
Conversation
Per the pandas branding guidelines (https://pandas.pydata.org/about/citing.html#brand-and-logo), 'pandas' should always be lowercase, even at the beginning of a sentence. Replace all instances of 'Pandas' with 'pandas' across: - episodes (03-transform, 04-motion, 05-select, 06-join, 07-photo) - index.md - instructor notes and references - student_download/episode_functions.py - student_download/test_setup.ipynb Closes datacarpentry#271
🆗 Pre-flight checks passed 😃This pull request has been checked and contains no modified workflow files, spoofing, or invalid commits. It should be safe to Approve and Run the workflows that need maintainer approval. |
github-actions Bot
pushed a commit
that referenced
this pull request
Jun 19, 2026
Auto-generated via `{sandpaper}`
Source : beeb947
Branch : md-outputs
Author : GitHub Actions <actions@github.com>
Time : 2026-06-19 14:34:07 +0000
Message : markdown source builds
Auto-generated via `{sandpaper}`
Source : 3a46545
Branch : main
Author : ShebMichel <45086441+ShebMichel@users.noreply.github.com>
Time : 2026-06-19 14:32:56 +0000
Message : Merge pull request #272 from zonca/fix-271-lowercase-pandas
Fix: lowercase 'pandas' per branding guidelines
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
Per the pandas branding guidelines, "pandas" should always be lowercase, even at the beginning of a sentence.
This PR replaces all instances of uppercase "Pandas" with lowercase "pandas" across the lesson materials.
Files changed
episodes/03-transform.md(23 occurrences)episodes/04-motion.md(9 occurrences)episodes/05-select.md(1 occurrence)episodes/06-join.md(3 occurrences)episodes/07-photo.md(1 occurrence)index.md(2 occurrences)instructors/calculating_MIST_isochrone.md(1 occurrence)instructors/instructor-notes.md(3 occurrences)instructors/link-list.md(2 occurrences)student_download/episode_functions.py(1 occurrence)student_download/test_setup.ipynb(2 occurrences)Verification
Closes #271