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 f22f95c commit 3a5368bCopy full SHA for 3a5368b
pandas_gbq/gbq.py
@@ -974,7 +974,7 @@ def read_gbq(
974
if col_order and not columns:
975
columns = col_order
976
elif col_order and columns:
977
- raise ValueError("Must specify either columns or col_order, not both")
+ raise ValueError("Must specify either columns (preferred) or col_order, not both")
978
979
# Change the order of columns in the DataFrame based on provided list
980
# TODO(kiraksi): allow columns to be a subset of all columns in the table, with follow up PR
0 commit comments