swat.cas.table.CASTable.to_sql¶
-
CASTable.
to_sql
(self, *args, **kwargs)¶ Write table records to SQL database
This method depends on data on the client side. This means that all of the data in the table must all be fetched. If you want to save a file on the server side, use the table.save CAS action.
- Parameters
- *argspositional arguments
Positional arguments to pandas.DataFrame.to_sql()
- **kwargskeyword arguments
Keyword arguments to pandas.DataFrame.to_sql()
See also
- pandas.DataFrame.to_sql