public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
From: Albert Krewinkel <albert+pandoc-9EawChwDxG8hFhg+JK9F0w@public.gmane.org>
To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
Subject: Re: HTML output: is there a way to style only one field of a pandas dataframe?
Date: Tue, 24 Jan 2023 11:46:26 +0100	[thread overview]
Message-ID: <873580kxv8.fsf@zeitkraut.de> (raw)
In-Reply-To: <41d93efd-6895-4ce9-b857-a97b00ff2fb5n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>

Hi Andrea,

The question will probably get better answers from a different resource
than from this mailing list. It looks as if you are using Quarto syntax,
one of these lists should have people with more knowledge on the matter:

- https://community.rstudio.com/
- https://github.com/quarto-dev/quarto-cli/discussions
- https://stackoverflow.com/questions/tagged/pandas

Best,
Albert

Andrea Borruso <aborruso-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:

> Hi,
> if I use set_table_styles
>
> ```{python} #| echo: false #| warning: false import pandas as pd df =
> pd.DataFrame({'text': ['foo', 'bar'],'number': [1, 2]}) dfStyler =
> df.style.set_properties(**{'text-align': 'center'})
> dfStyler.set_table_styles([dict(selector='th', props=[('text-align',
> 'center')])]) ```
>
> I have in jupyter notebook the style applied
>
> image   
>
> But how to have in HTML output in example right align only for the 
> number column?
>
> If I set it in this way:
>
> df.style.set_properties(subset=["number"], **{'text-align': 'right'})
>
> it works in the notebook, but in quarto (rendered via pandoc) I have 
> number column to aligned to the left
>
> image   
>
> Is there a way to style only one field of a pandas dataframe?
>
> Thank you
>
> ​


-- 
Albert Krewinkel
GPG: 8eed e3e2 e8c5 6f18 81fe  e836 388d c0b2 1f63 1124

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/873580kxv8.fsf%40zeitkraut.de.


  parent reply	other threads:[~2023-01-24 10:46 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-24  7:59 Andrea Borruso
     [not found] ` <41d93efd-6895-4ce9-b857-a97b00ff2fb5n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2023-01-24  8:56   ` Andrea Borruso
     [not found]     ` <f5f5ca48-f81d-45c6-8869-101b4722fb5cn-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2023-01-24  8:59       ` Andrea Borruso
2023-01-24 10:46   ` Albert Krewinkel [this message]
     [not found]     ` <873580kxv8.fsf-9EawChwDxG8hFhg+JK9F0w@public.gmane.org>
2023-01-24 11:12       ` Andrea Borruso
2023-01-24 11:15       ` andy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=873580kxv8.fsf@zeitkraut.de \
    --to=albert+pandoc-9eawchwdxg8hfhg+jk9f0w@public.gmane.org \
    --cc=pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).