Python数据操作 May 15, 2019 pandasql from pandasql import sqldf pysqldf = lambda q: sqldf(q, globals()) print(pysqldf("SELECT * FROM meat LIMIT 10;")) 时快时慢 Please enable JavaScript to view the comments powered by Disqus.