79166905

Date: 2024-11-07 14:36:24
Score: 1
Natty:
Report link

you miss something, please try:

with engine.connect() as cnx:
    # Read the table into a DataFrame
    df = pd.read_sql_table("TableName", cnx, schema="App")
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Qas