Top "Pivot-table" questions

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

How to reverse a 2-dimensional table (DataFrame) into a 1 dimensional list using Pandas?

I am looking in Python/Pandas for a tip that reverses a 2-dimension table into 1 dimensional list. I usually leverage …

python pandas dataframe pivot-table
Pandas KeyError using pivot

I'm new to Python and I would like to use Python to replicate a common excel task. If such a …

python pandas pivot-table keyerror
Pivot table calculated Field from count of values

I have a pivot table, and in the values I have the count of some fields. Region | Count of Actuals | …

excel pivot-table calculated-field
pivottable display html in table

I am trying to use https://github.com/nicolaskruchten/pivottable, basically I want to show image in the table. What …

javascript html pivot-table pivottable.js
Select/Deselect all Pivot Items

I have a pivot table, and I am trying to select certain pivot items based on values in an array. …

vba excel pivot-table pivotitem
pandas - pivot_table with non-numeric values? (DataError: No numeric types to aggregate)

I'm trying to do a pivot of a table containing strings as results. import pandas as pd df1 = pd.DataFrame({…

python pandas pivot-table dataframe
Keeping filters in a pivot table in absence of data

Imagine I have a quality control in a factory retrieving the state of each product StateId 1 - Good 2 - Acceptable 3 …

excel pivot-table powerpivot vba
How to plot pivot chart in python?

Currenly, I am new in python scripting I am using panda, pivottablejs for creating a script. I have one csv …

python pandas pivot-table pivottable.js
Get the List of Visible Items from a Pivot Field using VBA

I'm using the below code to loop through a pivot field for getting the pivot items which are visible. But …

vba excel pivot-table pivotitem
Refreshing single PivotTable only

In Excel 2013 I have two pivot tables named "A" and "B". I need to refresh only one pivot table ("B") …

vba pivot-table partial-page-refresh