Skip to content

REF: Styler.export #43318

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

Merged
merged 24 commits into from
Oct 23, 2021
Merged

REF: Styler.export #43318

merged 24 commits into from
Oct 23, 2021

Conversation

attack68
Copy link
Contributor

@attack68 attack68 commented Aug 31, 2021

Finishes a series of PRs for the tracker

@jreback jreback added the Styler conditional formatting using DataFrame.style label Sep 9, 2021
@attack68 attack68 changed the title WIP: REF: Styler.export REF: Styler.export Oct 19, 2021
@attack68 attack68 marked this pull request as ready for review October 19, 2021 18:01
def use(self, styles: list[tuple[Callable, tuple, dict]]) -> Styler:
"""
Set the styles on the current ``Styler``.
Notes
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i see, prob should followup with an example of this usage, e.g. export/use for the doc-strings.

@jreback jreback added this to the 1.4 milestone Oct 21, 2021
@jreback
Copy link
Contributor

jreback commented Oct 21, 2021

are these in the reference docs?

@attack68
Copy link
Contributor Author

are these in the reference docs?

I added one and it is included in the user guide.

@attack68 attack68 merged commit a921d80 into pandas-dev:master Oct 23, 2021
@attack68 attack68 deleted the styler_export branch October 23, 2021 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Styler conditional formatting using DataFrame.style
Projects
None yet
Development

Successfully merging this pull request may close these issues.

API: Styler copy, export, use, clear methods purpose and implementation
2 participants