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
it it possible somehow to use the agg({'a': [f1, f1], 'b': [f3, f4]}) syntax without creating the hierarchical columns?
of course, I could reset the index after doing this step to something like column-name_function-name and then I could easily join with the other dataframe but this feels wrong.
also this fails
and this
The text was updated successfully, but these errors were encountered: