我有一个名为 的 pandas 数据框df。 使用 执行标准 SQL 查询pandasql。但是,它给了我以下错误: ObjectNotExecutableError: Not an executable object: 'SELECT * FROM df' frompandasqlimportsqldf q1 ="""SELECT * FROM df"""sqldf(q1, globals()) Run Code Online (Sandbox Code Playgroud) 7 就我而言...
在Google Colab中运行Pandasql查询时出现ObjectNotExecutableError在我的例子中,pip install SQLAlchemy==1...