get_source method

get_source(self)

Get the data source of this pivottable.


def get_source(self):
    ...

get_source(self, is_original)

Get the data source of this pivottable.

Returns


def get_source(self, is_original):
    ...
ParameterTypeDescription
is_originalboolIndicates whether to return original or display data source.

See Also