Skip to content

Fix: lowercase 'pandas' per branding guidelines#272

Merged
ShebMichel merged 1 commit into
datacarpentry:mainfrom
zonca:fix-271-lowercase-pandas
Jun 19, 2026
Merged

Fix: lowercase 'pandas' per branding guidelines#272
ShebMichel merged 1 commit into
datacarpentry:mainfrom
zonca:fix-271-lowercase-pandas

Conversation

@zonca

@zonca zonca commented May 18, 2026

Copy link
Copy Markdown
Contributor

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

grep -ron "Pandas" .
# Returns no matches

Closes #271

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
@github-actions

Copy link
Copy Markdown

🆗 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.

@ShebMichel ShebMichel merged commit 3a46545 into datacarpentry:main Jun 19, 2026
1 check passed
github-actions Bot pushed a commit that referenced this pull request Jun 19, 2026
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
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Lowercase "p" in "pandas"

2 participants