Top "Pivot-table" questions

A "pivot table" is a method of summarizing data in tabular form.

How to create a pivot table on extremely large dataframes in Pandas

I need to create a pivot table of 2000 columns by around 30-50 million rows from a dataset of around 60 million …

python python-3.x pandas pivot-table
Create comma-delimited values in Excel (using PivotTable)?

Is there a way to generate comma-delimited values in Excel (optimally using a PivotTable)? Consider the following data: Object Color …

excel pivot-table denormalization csv
Sum of Averages in Excel Pivot Table

I am measuring room utilization (time used/time available) from a data dump. Each row contains the available time for …

excel ms-office pivot-table utilization vba