Skip to content

Fix: lowercase 'pandas' per branding guidelines#272

Open
zonca wants to merge 1 commit into
datacarpentry:mainfrom
zonca:fix-271-lowercase-pandas
Open

Fix: lowercase 'pandas' per branding guidelines#272
zonca wants to merge 1 commit into
datacarpentry:mainfrom
zonca:fix-271-lowercase-pandas

Conversation

@zonca
Copy link
Copy Markdown

@zonca zonca commented May 18, 2026

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.

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"

1 participant