Skip to main content
Inserts data into a table in the database connected with built-in PostgreSQL and SQL Connection.
morph_lib.database
対応データベース
  • PostgreSQL
  • MySQL
  • Snowflake
  • BigQuery
  • Amazon Redshift

Parameters

pd.DataFrame
required
The actual data to be passed to the function. The columns specified in primary_keys must always be present.
str
required
Specify the table name.
str
The destination of the connection other than the builtin registered on the screen (optional)
  • If not specified, it will be set to built-in postgresql.

Example