8000 REF: PandasColumn.describe_categorical returns categores instead of mapping by mroeschke · Pull Request #47886 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

REF: PandasColumn.describe_categorical returns categores instead of mapping #47886

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
merged 7 commits into from
Aug 12, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'upstream/main' into exchange/update
  • Loading branch information
mroeschke committed Aug 1, 2022
commit 9a8c7d1f36e6b4ca0513d3443f106dcbdf47ba0c
4 changes: 2 additions & 2 deletions pandas/tests/interchange/test_impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

import pandas as pd
import pandas._testing as tm
from pandas.core.exchange.column import PandasColumn
from pandas.core.exchange.dataframe_protocol import (
from pandas.core.interchange.column import PandasColumn
from pandas.core.interchange.dataframe_protocol import (
ColumnNullType,
DtypeKind,
)
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0