MCPcopy
hub / github.com/pandas-dev/pandas / time_to_sql_dataframe

Method time_to_sql_dataframe

asv_bench/benchmarks/io/sql.py:45–46  ·  view source on GitHub ↗
(self, connection)

Source from the content-addressed store, hash-verified

43 self.df.to_sql(self.table_name, self.con, if_exists="replace")
44
45 def time_to_sql_dataframe(self, connection):
46 self.df.to_sql("test1", self.con, if_exists="replace")
47
48 def time_read_sql_query(self, connection):
49 read_sql_query(self.query_all, self.con)

Callers

nothing calls this directly

Calls 1

to_sqlMethod · 0.45

Tested by

no test coverage detected