Skip to content
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

DOC: Enforce Numpy Docstring Validation | pandas.api.extensions.ExtensionArray #59407

Merged

Commits on Aug 24, 2024

  1. Fix pandas.api.extensions.ExtensionArray._pad_or_backfill

    Add 'limit_area' parameter, return value description and 'See Also' section
    ivonastojanovic committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    3542aae View commit details
    Browse the repository at this point in the history
  2. Fix pandas.api.extensions.ExtensionArray._reduce

    Add return value description and 'See Also' section
    ivonastojanovic committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    e956c17 View commit details
    Browse the repository at this point in the history
  3. Fix pandas.api.extensions.ExtensionArray._values_for_factorize

    Add 'See Also' section
    ivonastojanovic committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    08636db View commit details
    Browse the repository at this point in the history
  4. Fix pandas.api.extensions.ExtensionArray.astype

    Add 'See Also' section
    ivonastojanovic committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    e1e09eb View commit details
    Browse the repository at this point in the history
  5. Fix pandas.api.extensions.ExtensionArray.dropna

    Add return value description and 'See Also' section
    ivonastojanovic committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    3ac2a29 View commit details
    Browse the repository at this point in the history
  6. Fix pandas.api.extensions.ExtensionArray.dtype

    Add 'See Also' section
    ivonastojanovic committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    02487c7 View commit details
    Browse the repository at this point in the history