Uruchom zapytanie SQL na PandaS DataFrame

from pandasql import sqldf

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