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
This only happens when I have duplicate tokens in my text example which I'm willing to explain, apparently in The latest version of pandas (2.2.2) _maybe_dedup_names is deprecated, probably to _maybe_make_multi_index_columns.
I have tried to downgrade pandas yet new errors occurs, Can you provide me with the pandas version used here ?
Thanks.
The text was updated successfully, but these errors were encountered:
Hey, thank you for reaching out. Yes indeed, it seems related to the deprecation of that pandas method. I believe the best way here is to rename duplicated columns (tokens) ourselves (i.e., not relying on pandas for that) -- but I would include the change in a new library release.
Before doing that, can you share the google colab or snippet of code that crashes on your side?
Description
I'm trying to run :
and I get the following error :
This only happens when I have duplicate tokens in my text example which I'm willing to explain, apparently in The latest version of pandas (2.2.2)
_maybe_dedup_names
is deprecated, probably to_maybe_make_multi_index_columns
.I have tried to downgrade pandas yet new errors occurs, Can you provide me with the pandas version used here ?
Thanks.
The text was updated successfully, but these errors were encountered: