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 issue tracks DataFrame.pivot_table (#635).
The column name is missing. We can add it via df.rename_axis("name", axis="columns"). pandas.DataFrame.rename_axis
The text was updated successfully, but these errors were encountered:
This issue tracks DataFrame.pivot_table (#635).
The column name is missing. We can add it via
df.rename_axis("name", axis="columns")
. pandas.DataFrame.rename_axisThe text was updated successfully, but these errors were encountered: