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 9f67936 commit 21d2d49Copy full SHA for 21d2d49
python/pyspark/sql/utils.py
@@ -118,7 +118,7 @@ def _require_minimum_pandas_version():
118
from distutils.version import LooseVersion
119
import pandas
120
if LooseVersion(pandas.__version__) < LooseVersion('0.19.2'):
121
- raise ImportError("pandas >= 0.19.2 must be installed on calling Python process")
+ raise ImportError("Pandas >= 0.19.2 must be installed on calling Python process")
122
123
124
def _require_minimum_pyarrow_version():
0 commit comments