I have a pandas data set, called 'df'.
How can I do something like below;
df.query("select * from df")
Thank you.
For those who know R, there is a library called sqldf where you can execute SQL code in R, my question is basically, is there some library like sqldf in python