SpssPivotMgr Class (Python)
The SpssPivotMgr
class provides
access to the row, column, and layer dimensions contained in a pivot
table. By pivoting row dimensions to column dimensions, or column
dimensions to layer dimensions, you can find the best way to present
the results of the statistical analyses.
You get an SpssPivotMgr
object from the PivotManager method of an SpssPivotTable
object, as in:
SpssPivotMgr = SpssPivotTable.PivotManager()
For an example of
using the SpssPivotMgr
class,
see SpssDimension Class (Python).