df.to_sql
, use nuvolos.to_sql
, which has a similar signature but uses highly efficient bulk data loading. df.to_sql
is not supported in Python applications running on Nuvolos. pandas.read_sql
, depending on whether the code is run on- or off-Nuvolos. nuvolos-odbc
(for use in Nuvolos applications) or nuvolos
package (for off-Nuvolos use on your local PC) from PyPI.nuvolos-odbc
(for use in Nuvolos applications) or nuvolos
package (for off-Nuvolos use), please execute the following commands in your Python environment:DBI::dbWriteTable
call, which is sufficient for smaller tables. For larger tables, we suggest using an alternative method, as it provides significantly better performance and other convenience features.