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

BUG (string dtype): comparison of string column to mixed object column fails #60228 (fixed) #60392

Open
wants to merge 40 commits into
base: main
Choose a base branch
from

Commits on Nov 21, 2024

  1. Configuration menu
    Copy the full SHA
    4bc49ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0def761 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4da919 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Configuration menu
    Copy the full SHA
    900f3b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8db4edc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4ea527 View commit details
    Browse the repository at this point in the history
  4. CI/BUG: Remove trim() function on comment-commands.yml (pandas-de…

    …v#60397)
    
    remove trim function on comment-commands.yml
    KevsterAmp authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    d4ae654 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eaa8b47 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ee0902a View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Configuration menu
    Copy the full SHA
    a2ceb52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e78df6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cbd90ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bca4b1c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    582740b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9fab4eb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    00c2207 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    39dcbb4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0b6cece View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. BUG: Fix formatting of complex numbers with exponents (pandas-dev#60417)

    Fix formatting of complex numbers with exponents
    snitish authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    759874e View commit details
    Browse the repository at this point in the history
  2. Bump pypa/cibuildwheel from 2.21.3 to 2.22.0 (pandas-dev#60414)

    Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.21.3 to 2.22.0.
    - [Release notes](https://github.com/pypa/cibuildwheel/releases)
    - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
    - [Commits](pypa/cibuildwheel@v2.21.3...v2.22.0)
    
    ---
    updated-dependencies:
    - dependency-name: pypa/cibuildwheel
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Matthew Roeschke <[email protected]>
    dependabot[bot] and mroeschke authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    b1c2ba7 View commit details
    Browse the repository at this point in the history
  3. DOC: fix docstring api.types.is_re_compilable (pandas-dev#60419)

    * fix docstring api.types.is_re_compilable
    
    * fix lint error
    sooooooing authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    ab757ff View commit details
    Browse the repository at this point in the history
  4. DOC: Clarifying pandas.melt method documentation by replacing "massag…

    …e" by "reshape" (pandas-dev#60420)
    
    Clarifying pandas.melt method documentation by replacing "massage" by "reshape"
    
    Meanwhile, "massage" is correct in a colloquial sense to mean transforming or reshaping data. This is far from accessible for a non-English speaker (as I am).
    
    Using the term `reshape` or `transform` is more meaningful while being accurate.
    ohe authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    be41966 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fd570f4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    98f7e4d View commit details
    Browse the repository at this point in the history
  7. DOC: Add type hint for squeeze method (pandas-dev#60415)

    Co-authored-by: Matthew Roeschke <[email protected]>
    jasonmokk and mroeschke authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    106f33c View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. BUG: fix NameError raised when specifying dtype with string having "[…

    …pyarrow]" while PyArrow is not installed (pandas-dev#60413)
    
    * Add test
    
    * Fix
    
    * Add note
    
    * Update pandas/tests/dtypes/test_common.py
    
    Co-authored-by: Matthew Roeschke <[email protected]>
    
    * update
    
    * Fix doc warning
    
    ---------
    
    Co-authored-by: Matthew Roeschke <[email protected]>
    yuanx749 and mroeschke authored Nov 27, 2024
    Configuration menu
    Copy the full SHA
    1d809c3 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. Configuration menu
    Copy the full SHA
    89e2efc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a832418 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7152b01 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61ffbc0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    104a60f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    82625a3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    658f757 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0129c68 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    65ae2e2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    497e8a6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    62239ee View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    56bc8b1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b301ac0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    01887f8 View commit details
    Browse the repository at this point in the history