Execute a consulta SQL no Pandas Dataframe

from pandasql import sqldf

output = sqldf("select * from df")
Difficult Deer