swat.cas.table.CASTable.to_frame

CASTable.to_frame(sample_pct=None, sample_seed=None, sample=False, stratify_by=None, **kwargs)

Retrieve entire table as a SASDataFrame

Parameters:
sample_pctfloat, optional

Specifies the percentage of samples to return rather than the entire data set. The value should be a float between 0 and 1.

sample_seedint, optional

The seed to use for sampling. This is used when deterministic results are required.

**kwargskeyword arguments, optional

Additional keyword parameters to the table.fetch CAS action.

Returns:
SASDataFrame