Click or drag to resize

CrossTabEngineGenTabAsPandas Method

EXPERIMENTAL -- Generates crosstab results in a simpified strongly-typed format that clients can easily transform into shaped JSON that is suitable for consumption by the Python pandas package. Note that this method does not touch the current job and it could be a static method.

Namespace: RCS.Carbon.Tables
Assembly: RCS.Carbon.Tables (in RCS.Carbon.Tables.dll) Version: 9.1.0
Syntax
C#
public PandasRawData GenTabAsPandas(
	IncomingData dat1,
	IncomingData dat2,
	XDisplayProperties dprops
)

Parameters

dat1  IncomingData
TODO
dat2  IncomingData
TODO
dprops  XDisplayProperties
TODO

Return Value

PandasRawData
An instance of a PandasRawData containing simplified crosstab results.
See Also