You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pandas deprecated the MultiIndex.labels in favor of MultiIndex.codes (pandas-dev/pandas#23752 In the pandas parquet/feather tests, we are now seeing warnings about this (and I assume there will be warnings as well in pyarrow tests if running on pandas master).
Pandas deprecated the
MultiIndex.labels
in favor ofMultiIndex.codes
(pandas-dev/pandas#23752 In the pandas parquet/feather tests, we are now seeing warnings about this (and I assume there will be warnings as well in pyarrow tests if running on pandas master).Reporter: Joris Van den Bossche / @jorisvandenbossche
Assignee: Joris Van den Bossche / @jorisvandenbossche
PRs and other links:
Note: This issue was originally created as ARROW-3953. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered: