Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit a632967

Browse files
committed
test: move bpd import to top of test_describe.py
1 parent 8d758f7 commit a632967

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/system/small/pandas/test_describe.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
import pandas.testing
1616
import pytest
1717

18+
import bigframes.pandas as bpd
19+
1820

1921
def test_df_describe_non_temporal(scalars_dfs):
2022
# TODO: supply a reason why this isn't compatible with pandas 1.x
@@ -383,8 +385,6 @@ def test_describe_with_unsupported_type_returns_empty_dataframe(session):
383385

384386

385387
def test_describe_empty_dataframe_returns_empty_dataframe(session):
386-
import bigframes.pandas as bpd
387-
388388
df = bpd.DataFrame()
389389

390390
res = df.describe().to_pandas()

0 commit comments

Comments
 (0)