這篇文章主要介紹了解決一個(gè)pandas執(zhí)行模糊查詢sql的坑,具有很好的參考價(jià)值,希望對(duì)大家有所幫助。一起跟隨小編過來看看吧 查詢引擎使用了presto,在sql中使用了模糊查詢。 1 2 3 engine = create_engine(presto_url,encoding='utf-8') sql_exe ="""select id,title,tags from source.base.table where tags lik...
www.dbjr.com.cn/article/2069...htm 2025-5-25