Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support column names in pivot_table #636

Closed
garawalid opened this issue Aug 11, 2019 · 0 comments
Closed

Support column names in pivot_table #636

garawalid opened this issue Aug 11, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@garawalid
Copy link
Contributor

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

@HyukjinKwon HyukjinKwon added the enhancement New feature or request label Aug 12, 2019
garawalid added a commit to garawalid/koalas that referenced this issue Aug 23, 2019
ueshin pushed a commit that referenced this issue Aug 26, 2019
Resolves #511, #636. 
In the test, the `kdf` is converted to Pandas DataFrame in order to use `sort_index()`. I'll update the test once #634 resolved.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants