We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72c1275 commit eb3713dCopy full SHA for eb3713d
bigquery/google/cloud/bigquery/table.py
@@ -70,7 +70,7 @@
70
)
71
_NO_PYARROW_ERROR = (
72
"The pyarrow library is not installed, please install "
73
- "pandas to use the to_arrow() function."
+ "pyarrow to use the to_arrow() function."
74
75
_NO_TQDM_ERROR = (
76
"A progress bar was requested, but there was an error loading the tqdm "
0 commit comments