[
https://issues.apache.org/jira/browse/SPARK-45264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17767764#comment-17767764
]
Haejoon Lee edited comment on SPARK-45264 at 9/22/23 12:28 AM:
---------------------------------------------------------------
Currently the PySpark documentation build requires installing the latest Pandas
version specified from
[https://github.com/apache/spark/blob/master/python/pyspark/pandas/supported_api_gen.py#L101]
to generate [Supported pandas API
page|https://spark.apache.org/docs/latest/api/python/user_guide/pandas_on_spark/supported_pandas_api.html#supported-pandas-api].
Current supported Pandas version is 2.1.0, so we should install the Pandas
2.1.0 instead of 2.0.3 for building the documentation to get the proper
supported API list.
was (Author: itholic):
Currently the PySpark documentation build requires installing the latest Pandas
version specified from
[https://github.com/apache/spark/blob/master/python/pyspark/pandas/supported_api_gen.py#L101]
to generate [Supported pandas API
page|https://spark.apache.org/docs/latest/api/python/user_guide/pandas_on_spark/supported_pandas_api.html#supported-pandas-api].
> Configurable error when generating Python docs
> ----------------------------------------------
>
> Key: SPARK-45264
> URL: https://issues.apache.org/jira/browse/SPARK-45264
> Project: Spark
> Issue Type: Sub-task
> Components: Documentation, PySpark
> Affects Versions: 4.0.0
> Reporter: Allison Wang
> Priority: Major
>
> {{cd python/docs}}
> {{make html }}
>
> Gives a Configuration error:
> There is a programmable error in your configuration file:
> ImportError: Warning: Latest version of pandas (2.1.0) is required to
> generate the documentation; however, your version was 2.0.3
> make: *** [html] Error 2
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]