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

Method exists

pandas/io/sql.py:971–972  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

969 raise ValueError("Empty table name specified")
970
971 def exists(self):
972 return self.pd_sql.has_table(self.name, self.schema)
973
974 def sql_schema(self) -> str:
975 from sqlalchemy.schema import CreateTable

Callers 15

createMethod · 0.95
render_templatesMethod · 0.80
initialize_optionsMethod · 0.80
_process_single_docMethod · 0.80
htmlMethod · 0.80
zip_htmlMethod · 0.80
decoFunction · 0.80
read_hdfFunction · 0.80
file_existsFunction · 0.80
determine_clipboardFunction · 0.80

Calls 1

has_tableMethod · 0.45

Tested by 6

decoFunction · 0.64
test_engine_kwargsMethod · 0.64
test_open_argsFunction · 0.64