SWAT
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
Constructor
CAS Connections
Setters and Getters
Attributes and Underlying Data
Indexing, Iteration
GroupBy
Computations / Descriptive Stats
Reindexing / Selection / Label manipulation
Sorting
Combining / Merging
swat.cas.table.CASTable.append
swat.cas.table.CASTable.merge
Plotting
Serialization / IO / Conversion
Utilities
CASColumn
CASTableGroupBy
CASResponse
Data Message Handlers
Date and Time Functions
Programming Gotchas
Troubleshooting
SAS TK
Licenses
SWAT
API Reference
swat.cas.table.CASTable.append
View page source
swat.cas.table.CASTable.append
CASTable.
append
(
other
,
ignore_index
=
False
,
verify_integrity
=
False
,
casout
=
None
)
Append rows of
other
to
self
Parameters
:
other
CASTable
The CAS table containing the rows to append
ignore_index
boolean
,
optional
Not supported.
verify_integrity
boolean
,
optional
Not supported.
Returns
:
CASTable