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
To support this case we will need to add support for duplicate column names in cudf, which I don't will be supported in near future. @mroeschke does pandas intend to continue supporting duplicate column name use-case?
tbf now that you've added support for NamedAgg in cuDF, we can probably rewrite how we do group_by in Narwhals for pandas-like libraries and avoid the duplicate column names completely
@mroeschke does pandas intend to continue supporting duplicate column name use-case?
the last I remember hearing about this was that duplicate column names are a fact of life and should continue to be supported (though to be honest I think they create more problems than they solve)
Describe the bug
A clear and concise description of what the bug is.
Steps/Code to reproduce bug
outputs
Expected behavior
what pandas does:
Spotted in Narwhals
Environment overview (please complete the following information)
docker pull
&docker run
commands used24.10.01, google colab
Environment details
Please run and paste the output of the
cudf/print_env.sh
script here, to gather any other relevant environment detailsAdditional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: