Skip to content

DOC: make doc build run with string dtype enabled #61864

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

jorisvandenbossche
Copy link
Member

@jorisvandenbossche jorisvandenbossche commented Jul 15, 2025

First commit is from #61722 (will be removed here after that PR is merged and this one is rebased), then subsequent commits enable errors on the doc build again and fix issues.

@@ -184,7 +184,7 @@ API changes
.. ipython:: python
:okwarning:
dfc.loc[0]['A'] = 1111
dfc.loc[0]['B'] = 1111
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The B column are already integers, so this example of chained assignment is still valid this way, but then doesn't include dtype changes

@jorisvandenbossche jorisvandenbossche marked this pull request as ready for review July 17, 2025 05:37
@jorisvandenbossche
Copy link
Member Author

Going to merge this already to make sure the dev docs are back up. But happy to follow-up with any comment.

@jorisvandenbossche jorisvandenbossche merged commit 90b1c5d into pandas-dev:main Jul 17, 2025
43 checks passed
@jorisvandenbossche jorisvandenbossche deleted the string-dtype-run-docs branch July 17, 2025 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant