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 88f6bfd commit 3391655Copy full SHA for 3391655
.github/workflows/format.yaml renamed to .github/workflows/data.yaml
frame/tests/pandas_test.py
@@ -11,7 +11,7 @@ def test_import(self):
11
def test_duckDB(self):
12
conn = duckdb.connect()
13
14
- df_airports = pandas.read_csv("frame/tests/fixtures/airports.csv")
+ df_airports = pandas.read_csv("fixtures/airports.csv")
15
conn.register("airports", df_airports)
16
conn.close()
17
0 commit comments