-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
DOC: update style.ipynb
user guide for recent enhancements
#41013
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
DOC: update style.ipynb
user guide for recent enhancements
#41013
Conversation
# Conflicts: # pandas/io/formats/style.py
Hi @attack68. I wish to get started in contributing to open source. Is there any way I can contribute to this issue, please? I see it needs a documentation enhancement but I am not quite sure well. I can always help in writing for a start |
@dayvheed this is not an issue. It is a pull request where I have already made the necessary changes. If you would like to contribute to pandas I would suggest the place to start is reading the documentation on contributing and then tackling real issues (not pull requests) that have the "good first issue" label. |
Thank you@attack68. It was the label that got me confused. |
sure ping on gree |
@jreback pinging on green |
thanks @attack68 |
I added small changes to the Styler User Guide to exemplify the new builtin highlighting functions.
Also removed some of the longer detail which has been moved to individual documentation pages (for example for
background_gradient
)