public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
From: Andrea Borruso <aborruso-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: pandoc-discuss <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 00:56:20 -0800 (PST)	[thread overview]
Message-ID: <f5f5ca48-f81d-45c6-8869-101b4722fb5cn@googlegroups.com> (raw)
In-Reply-To: <41d93efd-6895-4ce9-b857-a97b00ff2fb5n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>


[-- Attachment #1.1: Type: text/plain, Size: 852 bytes --]



I’m writing again the code, I have had formatting problems.

The first is
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')])]) 

The second one is
df.style.hide_index().set_table_attributes("class='dataframe table-hover 
text-center'") 
​

-- 
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/f5f5ca48-f81d-45c6-8869-101b4722fb5cn%40googlegroups.com.

[-- Attachment #1.2: Type: text/html, Size: 1455 bytes --]

  parent reply	other threads:[~2023-01-24  8:56 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 [this message]
     [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
     [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=f5f5ca48-f81d-45c6-8869-101b4722fb5cn@googlegroups.com \
    --to=aborruso-re5jqeeqqe8avxtiumwx3w@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).