No me funciona sqlalquemist
pd.read_sql(query, engine)
AttributeError Traceback (most recent call last) in <cell line: 1>() ----> 1 pd.read_sql(query, engine)
2 frames /usr/local/lib/python3.10/dist-packages/pandas/io/sql.py in execute(self, *args, **kwargs) 1403 def execute(self, *args, **kwargs): 1404 """Simple passthrough to SQLAlchemy connectable""" -> 1405 return self.connectable.execution_options().execute(*args, **kwargs) 1406 1407 def read_table(
AttributeError: 'OptionEngine' object has no attribute 'execute'