Skip to content

Commit 3391655

Browse files
committed
add pandas
1 parent 88f6bfd commit 3391655

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

frame/tests/pandas_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def test_import(self):
1111
def test_duckDB(self):
1212
conn = duckdb.connect()
1313

14-
df_airports = pandas.read_csv("frame/tests/fixtures/airports.csv")
14+
df_airports = pandas.read_csv("fixtures/airports.csv")
1515
conn.register("airports", df_airports)
1616
conn.close()
1717

0 commit comments

Comments
 (0)