Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pandas-dev/pandas
/ has_table
Method
has_table
pandas/io/sql.py:1516–1517 ·
view source on GitHub ↗
(self, name: str, schema: str | None = None)
Source
from the content-addressed store, hash-verified
1514
1515
@abstractmethod
1516
def
has_table(self, name: str, schema: str | None = None) -> bool:
1517
pass
1518
1519
@abstractmethod
1520
def
_create_sql_schema(
Callers
15
read_sql_table
Function · 0.45
read_sql
Function · 0.45
has_table
Function · 0.45
exists
Method · 0.45
has_table
Method · 0.45
test_to_sql
Function · 0.45
test_to_sql_exist
Function · 0.45
test_to_sql_exist_fail
Function · 0.45
test_to_sql_callable
Function · 0.45
test_api_to_sql
Function · 0.45
test_api_to_sql_fail
Function · 0.45
test_api_to_sql_replace
Function · 0.45
Calls
no outgoing calls
Tested by
15
test_to_sql
Function · 0.36
test_to_sql_exist
Function · 0.36
test_to_sql_exist_fail
Function · 0.36
test_to_sql_callable
Function · 0.36
test_api_to_sql
Function · 0.36
test_api_to_sql_fail
Function · 0.36
test_api_to_sql_replace
Function · 0.36
test_api_to_sql_append
Function · 0.36
test_api_to_sql_type_mapping
Function · 0.36
test_api_to_sql_series
Function · 0.36
test_api_roundtrip
Function · 0.36
test_api_roundtrip_chunksize
Function · 0.36