public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* HTML output: is there a way to style only one field of a pandas dataframe?
@ 2023-01-24  7:59 Andrea Borruso
       [not found] ` <41d93efd-6895-4ce9-b857-a97b00ff2fb5n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Andrea Borruso @ 2023-01-24  7:59 UTC (permalink / raw)
  To: pandoc-discuss


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



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: 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: image]

Is there a way to style only one field of a pandas dataframe?

Thank you
​

-- 
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/41d93efd-6895-4ce9-b857-a97b00ff2fb5n%40googlegroups.com.

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-01-24 11:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-24  7:59 HTML output: is there a way to style only one field of a pandas dataframe? 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
     [not found]     ` <873580kxv8.fsf-9EawChwDxG8hFhg+JK9F0w@public.gmane.org>
2023-01-24 11:12       ` Andrea Borruso
2023-01-24 11:15       ` andy

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).