swat.cas.datamsghandlers.SAS7BDAT

class swat.cas.datamsghandlers.SAS7BDAT(path, nrecs=1000, transformers=None, **kwargs)

Bases: swat.cas.datamsghandlers.PandasDataFrame

Create a SAS7BDAT data message handler

Parameters:
path : string

Path to SAS7BDAT file.

nrecs : int, optional

Number of records sent at a time.

**kwargs : keyword arguments, optional

Arguments sent to the sas7bdat.SAS7BDAT constructor.

Returns:
SAS7BDAT data message handler object

See also

sas7bdat.SAS7BDAT, PandasDataFrame

__init__(path, nrecs=1000, transformers=None, **kwargs)

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__(path[, nrecs, transformers]) Initialize self.
finish(connection) Finish the data sending operation
getone(connection, **kwargs) Get a single response from the server
getrow(row) Get a row of values from the data source
send(connection, nrecs) Send the records to the connection
write(row, values) Write the value to the row and column specified in the buffer