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

[Discourse] Using pivot_table with non-numerical data #292

Closed
github-actions bot opened this issue Jan 21, 2022 · 2 comments
Closed

[Discourse] Using pivot_table with non-numerical data #292

github-actions bot opened this issue Jan 21, 2022 · 2 comments
Assignees
Labels
discourse Discussion topics coming from Discourse

Comments

@github-actions
Copy link

What would be the best way to do a pivot_table on a dataframe containing non-numerical data? I can do it with pandas for smaller dataframes, but my current data is too large to fit in memory.

Example:

raw_data_pd = pd.DataFrame({"ID": [1, …

---
## Would you like to know more?
Read the full article on the following website:



<https://dask.discourse.group/t/using-pivot-table-with-non-numerical-data/267>

@github-actions github-actions bot added awaiting-triage New issues that need to be assessed or assigned discourse Discussion topics coming from Discourse labels Jan 21, 2022
@pavithraes pavithraes removed the awaiting-triage New issues that need to be assessed or assigned label Jan 21, 2022
@pavithraes
Copy link
Contributor

Encourage them to open an issue to support first and last!

@pavithraes
Copy link
Contributor

Closing as a duplicate of #295

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discourse Discussion topics coming from Discourse
Projects
None yet
Development

No branches or pull requests

1 participant