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
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>
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: