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: Fix pyarrow categoricals not working for pivot and multiindex #61193

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

Conversation

robin-mader-bis
Copy link

@robin-mader-bis robin-mader-bis commented Mar 28, 2025

Disclaimer THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

@robin-mader-bis robin-mader-bis changed the title BUG: multiindex pyarrow categoricals BUG: Fix pyarrow categoricals not working for pivot and categoricals Mar 28, 2025
@robin-mader-bis robin-mader-bis force-pushed the fix/multiindex-pyarrow-categoricals branch 4 times, most recently from d9c789b to c8df24a Compare April 2, 2025 15:14
@robin-mader-bis robin-mader-bis force-pushed the fix/multiindex-pyarrow-categoricals branch from c8df24a to 3b6a2fd Compare April 4, 2025 05:59
@robin-mader-bis robin-mader-bis force-pushed the fix/multiindex-pyarrow-categoricals branch from 3b6a2fd to 864da12 Compare April 4, 2025 07:07
@robin-mader-bis robin-mader-bis marked this pull request as ready for review April 4, 2025 11:37
@robin-mader-bis robin-mader-bis changed the title BUG: Fix pyarrow categoricals not working for pivot and categoricals BUG: Fix pyarrow categoricals not working for pivot and multiindex Apr 4, 2025
# Ignore deprecation raised by old versions of pyarrow. Already fixed in
# newer versions
@pytest.mark.filterwarnings("ignore:Passing a BlockManager:DeprecationWarning")
def test_pivot_with_pyarrow_categorical(self):
Copy link
Member

Choose a reason for hiding this comment

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

Can you create these test without going through parquet?

@@ -2851,3 +2852,43 @@ def test_pivot_margins_with_none_index(self):
),
)
tm.assert_frame_equal(result, expected)

# Ignore deprecation raised by old versions of pyarrow. Already fixed in
Copy link
Member

Choose a reason for hiding this comment

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

All these comments can be removed

- Bug in :meth:`Series.convert_dtypes` with ``dtype_backend="pyarrow"`` where empty :class:`CategoricalDtype` :class:`Series` raised an error or got converted to ``null[pyarrow]`` (:issue:`59934`)
-
Copy link
Member

Choose a reason for hiding this comment

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

Can you undo this?

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.

BUG: DataFrame.pivot fails with pyarrow backend if variable is already encoded as dictionary
2 participants