-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
DOC: Group optional dependencies by category #39715
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
looks fine. can you post a rendered screenshot? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working on this!
I added two small suggestions
@nmay231 thanks, yeah looks good. ping after @jorisvandenbossche suggestions are pushed & green. |
can you merge master |
@jreback Merged with master |
@jreback Updated |
@jreback Sorry for the misunderstanding. It's fixed now. |
thanks @nmay231 very nice. https://pandas.pydata.org/pandas-docs/dev/ will have the built docs (once CI is done), check that everything renders properly. thanks! |
This PR splits the Optional Dependencies table into multiple tables one for each category. It should help people compare different options when looking for a specific capability, e.g. "I need to read an Excel file. What are my options?".
The specific grouping felt pretty subjective. If you think of a better way to group them, we can do that instead.