We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84228e0 commit 55c70a4Copy full SHA for 55c70a4
python/ql/test/library-tests/frameworks/pandas/dataframe_query.py
@@ -60,7 +60,6 @@
60
df.query("query") # $getCode="query"
61
df.eval("query") # $getCode="query"
62
63
-connection = sqlite3.connect("pets.db")
64
df = pd.read_sql("sql query", connection) # $getSql="sql query"
65
66
0 commit comments