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 0fd4499 commit 6afb394Copy full SHA for 6afb394
pandas/io/gbq.py
@@ -14,8 +14,9 @@ def _try_import():
14
"the pandas-gbq package is not installed\n"
15
"see the docs: https://pandas-gbq.readthedocs.io\n"
16
"\n"
17
- "you can install via:\n"
18
- "pip install pandas-gbq\n")
+ "you can install via pip or conda:\n"
+ "pip install pandas-gbq\n"
19
+ "conda install pandas-gbq -c conda-forge\n")
20
21
return pandas_gbq
22
0 commit comments