-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Open
Labels
EnhancementIO HTMLread_html, to_html, Styler.apply, Styler.applymapread_html, to_html, Styler.apply, Styler.applymap
Description
Problem description
This is an enhancement request
In order to enable a pandas to provide a JSON schema representation of the dataframe utilizing application/vnd.dataresource+json
, pd.options.display.html.table_schema
must be set to True
.
I'm just wondering if this could be set to True by default? That way front-ends that support it, can ingest it without having to enable it from the import. Not sure on the implications, but wanted to start the convo...
Code Sample
import pandas as pd
pd.options.display.html.table_schema = True
Metadata
Metadata
Assignees
Labels
EnhancementIO HTMLread_html, to_html, Styler.apply, Styler.applymapread_html, to_html, Styler.apply, Styler.applymap