docs: Restore README heading to "Introduction" - #1255
Merged
Conversation
The top-level heading was changed to "# Test Introduction" in #1136, a PR whose purpose was pinning pandas below 3.0.0. The edit is unrelated to that change and appears to be a leftover scratch diff, so revert it. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
stephenworlow
approved these changes
Aug 24, 2026
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.
The top-level heading of the public README currently reads
# Test Introduction.That word was introduced in #1136 (
f21dbd67, Feb 4 2026), a PR whose purpose was pinning pandas below 3.0.0. The commit contains exactly two one-line changes: the pandas pin inpyproject.toml, and this README heading. The README edit has nothing to do with pinning pandas and looks like a leftover scratch diff that was committed alongside the real fix.This reverts just that line. The resulting
README.mdis byte-for-byte identical to the pre-#1136 version (blob73aabf34).No code or test changes.
🤖 Generated with Claude Code