SWAT
1.14.0
Installation
What’s New
Getting Started
Workflows
Binary vs. REST
Encryption (SSL)
Loading Data
CASTable vs. DataFrame vs. SASDataFrame
Indexing and Data Selection
Handling By Groups
Sorting
API Reference
Utility Functions
CAS
CASResults
SASDataFrame
SASFormatter
CASTable
CASColumn
CASTableGroupBy
Constructor
Indexing and Iteration
Conversion
swat.cas.table.CASTableGroupBy.to_frame
swat.cas.table.CASTableGroupBy.to_series
Computations / Descriptive Statistics
CASResponse
Data Message Handlers
Date and Time Functions
Programming Gotchas
Troubleshooting
SAS TK
Licenses
SWAT
Docs
»
API Reference
»
swat.cas.table.CASTableGroupBy.to_frame
View page source
swat.cas.table.CASTableGroupBy.to_frame
¶
CASTableGroupBy.
to_frame
(
self
,
**kwargs
)
¶
Retrieve all values into a DataFrame
Returns
pandas.DataFrame
See also
CASTable.to_frame
CASColumn.to_frame