Skip to content

Conversation

Poorvinfi
Copy link

Expanded and standardized the class docstring for pandas. BooleanDtype to aling with the style used for other ExtensionDtype classes in pandas.

This update includes:

  • A detailed summary of what BooleanDtype is and its role.
  • Description of key attributes like name, na_value, kind, numpy_dtype, and type.
  • Explicit warning about the experimental status of the class.
  • See Also section linking to related pandas types and functions.
  • Usage examples demonstrating how to create and use BooleanDtype and Series with this dtype.

No behavioral changes were made—this is purely a documentation enhancement aimed at improving clarity for users and maintainers.

Checklist

@Poorvinfi
Copy link
Author

pre-commit.ci autofix

@Poorvinfi Poorvinfi force-pushed the docstring-poorvi-BooleanDType branch 2 times, most recently from e621867 to 0728a04 Compare September 8, 2025 11:03
@Poorvinfi
Copy link
Author

pre-commit.ci autofix

@Poorvinfi Poorvinfi force-pushed the docstring-poorvi-BooleanDType branch from 3bc85ce to e621867 Compare September 8, 2025 11:31
@Poorvinfi
Copy link
Author

pre-commit.ci autofix

@Poorvinfi Poorvinfi closed this Sep 8, 2025
@Poorvinfi Poorvinfi deleted the docstring-poorvi-BooleanDType branch September 8, 2025 13:18
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.

DOC: Docstring for BooleanDType inconsistent with the rest of repo
1 participant