Skip to content

pd.DataFrame.to_sql

pandas.DataFrame.to_sql

  • See Example Usage and more system specific instructions.
  • Argument con is supported but only as a string form. SQLalchemy connectable is not supported.
  • Argument name, schema, if_exists, index, index_label, dtype, method are supported.
  • Argument chunksize is not supported.