[GH-2009] Explain Python optional dependencies and install extras - #3348
Merged
jiayuasu merged 1 commit intoSep 13, 2026
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Did you read the Contributor Guide?
Yes, I have read the Contributor Rules and Contributor Development Guide.
Is this PR related to a ticket?
Closes #2009.
What changes were proposed in this PR?
Explain the base Python dependencies and each optional install extra in the English and Chinese installation guides. The tables match
pyproject.tomland clarify that[all]includes Spark, mapping, and raster dependencies but excludes Flink and SedonaDB.Add quoted install examples, explain which extras to use when PySpark is already installed, and distinguish Python dependencies from the required Sedona JVM jars. Clarify the roles of Rasterio, pandas, and PyArrow. Both EMR guides link to the corresponding optional-dependency section.
How was this patch tested?
The full MkDocs build passed. After correcting the Chinese section anchor, an incremental build passed. Inspected the generated English and Chinese pages to verify both seven-row tables and the localized EMR links. The build still reports existing warnings about missing generated API documentation.
Markdown, formatting, and pre-commit checks passed.
Did this PR include necessary documentation updates?
Yes. This updates four documentation files; package dependencies are unchanged.