Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
create
Method · 0.95
render_templates
Method · 0.80
initialize_options
Method · 0.80
check_cython_extensions
Method · 0.80
_process_single_doc
Method · 0.80
html
Method · 0.80
zip_html
Method · 0.80
deco
Function · 0.80
read_hdf
Function · 0.80
file_exists
Function · 0.80
determine_clipboard
Function · 0.80
test_partition_cols_supported
Method · 0.80
Calls
1
has_table
Method · 0.45
Tested by
6
deco
Function · 0.64
test_partition_cols_supported
Method · 0.64
test_partition_cols_string
Method · 0.64
test_partition_on_supported
Method · 0.64
test_engine_kwargs
Method · 0.64
test_open_args
Function · 0.64