Skip to content

Commit eb3713d

Browse files
mbarkhautswast
authored andcommitted
fix(bigquery): fix typo in import error message (pandas -> pyarrow) (#9955)
1 parent 72c1275 commit eb3713d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bigquery/google/cloud/bigquery/table.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
)
7171
_NO_PYARROW_ERROR = (
7272
"The pyarrow library is not installed, please install "
73-
"pandas to use the to_arrow() function."
73+
"pyarrow to use the to_arrow() function."
7474
)
7575
_NO_TQDM_ERROR = (
7676
"A progress bar was requested, but there was an error loading the tqdm "

0 commit comments

Comments
 (0)