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
In [22]: nw.from_native(df_mi).select(nw.col([(1, 4)])*2).to_native()
Out[22]:
14c14In [23]: df_miOut[23]:
a123b456c789
I'll add a note about this in the "pandas quirks" section fo the docs, but strongly recommend that library authors take the decision to only allow unique string names 😅 but if they really want multi-index column support, we at least offer them a way to do that, even if it's a little inconvenient
The text was updated successfully, but these errors were encountered:
I don't have time for a complete write-up right now, but basically, this: https://discord.com/channels/1235257048170762310/1235257049626181656/1287833882216894506
EDIT looks like we already support this:
I'll add a note about this in the "pandas quirks" section fo the docs, but strongly recommend that library authors take the decision to only allow unique string names 😅 but if they really want multi-index column support, we at least offer them a way to do that, even if it's a little inconvenient
The text was updated successfully, but these errors were encountered: