Skip to content

Fixed typo in README.md#788

Open
UV012 wants to merge 1 commit into
microsoft:mainfrom
UV012:fix/readme-typo
Open

Fixed typo in README.md#788
UV012 wants to merge 1 commit into
microsoft:mainfrom
UV012:fix/readme-typo

Conversation

@UV012

@UV012 UV012 commented Jul 5, 2026

Copy link
Copy Markdown

Description

Fixed a syntax typo in the Python README code snippet where a double dot (..) was accidentally used instead of a single dot (.) for method chaining.

Changes

  • File: 2-Working-With-Data/07-python/README.md (Line 125)
  • Before: df = pd.DataFrame([a,b]).T..rename(columns={ 0 : 'A', 1 : 'B' })
  • After: df = pd.DataFrame([a,b]).T.rename(columns={ 0 : 'A', 1 : 'B' })

This fix ensures the code block is syntactically correct and runs without errors if copied by users.

@UV012

UV012 commented Jul 6, 2026

Copy link
Copy Markdown
Author

@microsoft-github-policy-service agree

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.

1 participant